React、Redux和Firestore的应用开发指南

使用Create React App构建基于React、Redux和Firestore的应用项目,简化了开发流程。通过运行npm start命令,可以在开发模式下实时预览应用,并在进行编辑时自动重新加载页面。运行npm test可以启动测试程序。运行npm run build将应用程序构建为生产版本,优化了性能并准备好部署。需要注意的是,运行npm run eject命令将无法撤销,但可以自定义构建工具和配置。

zip
revents-master.zip 预估大小:47个文件
folder
revents-master 文件夹
file
package.json 1KB
file
package-lock.json 1.47MB
folder
src 文件夹
folder
features 文件夹
folder
sandbox 文件夹
file
testReducer.js 706B
file
Sandbox.jsx 643B
folder
nav 文件夹
file
SignedInMenu.jsx 703B
file
SignedOutMenu.jsx 454B
file
NavBar.jsx 1KB
folder
Home 文件夹
file
HomePage.jsx 685B
folder
events 文件夹
file
eventConstants.js 132B
folder
eventForm 文件夹
file
EventForm.jsx 3KB
folder
eventDashboard 文件夹
file
EventListAttendee.jsx 247B
file
EventListItem.jsx 2KB
file
EventList.jsx 250B
file
EventDashboard.jsx 465B
file
eventReducer.js 744B
folder
eventDetailed 文件夹
file
EventDetailedPage.jsx 820B
file
EventDetailedSidebar.jsx 1017B
file
EventDetailedInfo.jsx 1KB
file
EventDetailedChat.jsx 3KB
file
EventDetailedHeader.jsx 1KB
file
eventActions.js 523B
file
index.js 1KB
file
reportWebVitals.js 362B
folder
app 文件夹
folder
api 文件夹
file
sampleData.js 2KB
folder
common 文件夹
folder
form 文件夹
file
MyTextInput.jsx 500B
folder
layout 文件夹
file
App.jsx 1KB
file
ScrollToTop.jsx 246B
file
styles.css 494B
folder
store 文件夹
file
rootReducer.js 282B
file
configureStore.js 240B
file
setupTests.js 241B
file
.gitignore 310B
folder
public 文件夹
file
logo192.png 5KB
folder
assets 文件夹
folder
categoryImages 文件夹
file
culture.jpg 231KB
file
drinks.jpg 37KB
file
film.jpg 94KB
file
travel.jpg 180KB
file
food.jpg 91KB
file
music.jpg 84KB
file
user.png 3KB
file
logo.png 3KB
file
manifest.json 492B
file
robots.txt 67B
file
index.html 2KB
file
logo512.png 9KB
file
favicon.ico 4KB
file
README.md 3KB
zip 文件大小:1.08MB