首页 开发技术 其它     /    react_book-源码

react_book-源码

上传者: weixin_42123456 | 上传时间:2023/2/4 14:41:58 | 文件大小:171KB | 文件类型:ZIP
react_book-源码
CreateReactApp入门该项目是通过。
可用脚本在项目目录中,可以运行:npmstart在开发模式下运行应用程序。
打开在浏览器中查看。
如果进行编辑,页面将重新加载。
您还将在控制台中看到任何棉绒错误。
npmtest在交互式监视模式下启动测试运行程序。
有关更多信息,请参见关于的部分。
npmrunbuild构建生产到应用程序build文件夹。
它在生产模式下正确捆绑了React,并优化了构建以获得最佳功能。
最小化构建,文件名包含哈希。
您的应用已准备好进行部署!有关更多信息,请参见有关的部分。
npmruneject注意:这是单向操作。
eject,您将无法返回!如果您对构建工具和配置选择不满意,则可以随时eject。
此命令将从项目中删除单个构建依赖项。
相反,它将所有配置文件和传递依赖项(webpack,Babel

文件下载

资源详情

[{"title":"(80个子文件171KB)react_book-源码","children":[{"title":"react_book-main","children":[{"title":"package.json <span style='color:#111;'>1.08KB</span>","children":null,"spread":false},{"title":".eslintcache <span style='color:#111;'>26.25KB</span>","children":null,"spread":false},{"title":"package-lock.json <span style='color:#111;'>717.12KB</span>","children":null,"spread":false},{"title":"src","children":[{"title":"App.css <span style='color:#111;'>564B</span>","children":null,"spread":false},{"title":"index.js <span style='color:#111;'>1.65KB</span>","children":null,"spread":false},{"title":"reportWebVitals.js <span style='color:#111;'>362B</span>","children":null,"spread":false},{"title":"redux","children":[{"title":"Reducer.js <span style='color:#111;'>337B</span>","children":null,"spread":false},{"title":"ActionTypes.js <span style='color:#111;'>76B</span>","children":null,"spread":false},{"title":"Actions.js <span style='color:#111;'>297B</span>","children":null,"spread":false},{"title":"Store.js <span style='color:#111;'>206B</span>","children":null,"spread":false}],"spread":true},{"title":"flux","children":[{"title":"ActionTypes.js <span style='color:#111;'>76B</span>","children":null,"spread":false},{"title":"AppDispatcher.js <span style='color:#111;'>67B</span>","children":null,"spread":false},{"title":"Actions.js <span style='color:#111;'>390B</span>","children":null,"spread":false},{"title":"stores","children":[{"title":"CounterStore.js <span style='color:#111;'>952B</span>","children":null,"spread":false},{"title":"SummaryStore.js <span style='color:#111;'>1.07KB</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"ClickCounter.js <span style='color:#111;'>512B</span>","children":null,"spread":false},{"title":"logo.svg <span style='color:#111;'>2.57KB</span>","children":null,"spread":false},{"title":"weather","children":[{"title":"index.js <span style='color:#111;'>93B</span>","children":null,"spread":false},{"title":"actions.js <span style='color:#111;'>306B</span>","children":null,"spread":false},{"title":"views","children":[{"title":"Weather.jsx <span style='color:#111;'>512B</span>","children":null,"spread":false},{"title":"CitySelector.jsx <span style='color:#111;'>0B</span>","children":null,"spread":false}],"spread":false},{"title":"weatherStatus.js <span style='color:#111;'>98B</span>","children":null,"spread":false},{"title":"actionTypes.js <span style='color:#111;'>145B</span>","children":null,"spread":false},{"title":"reducers.js <span style='color:#111;'>490B</span>","children":null,"spread":false}],"spread":true},{"title":"counterPanel_redux","children":[{"title":"CounterPanel.jsx <span style='color:#111;'>1.83KB</span>","children":null,"spread":false},{"title":"Counter.jsx <span style='color:#111;'>302B</span>","children":null,"spread":false},{"title":"CounterContainer.jsx <span style='color:#111;'>1.44KB</span>","children":null,"spread":false}],"spread":true},{"title":"App.test.js <span style='color:#111;'>246B</span>","children":null,"spread":false},{"title":"redux_context_old","children":[{"title":"Provider.js <span style='color:#111;'>320B</span>","children":null,"spread":false},{"title":"Reducer.js <span style='color:#111;'>337B</span>","children":null,"spread":false},{"title":"ActionTypes.js <span style='color:#111;'>76B</span>","children":null,"spread":false},{"title":"Actions.js <span style='color:#111;'>297B</span>","children":null,"spread":false},{"title":"Store.js <span style='color:#111;'>206B</span>","children":null,"spread":false}],"spread":false},{"title":"setupTests.js <span style='color:#111;'>241B</span>","children":null,"spread":false},{"title":"countDown","children":[{"title":"index.js <span style='color:#111;'>54B</span>","children":null,"spread":false},{"title":"views","children":[{"title":"CountDown.jsx <span style='color:#111;'>671B</span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"redux_context_new","children":[{"title":"Reducer.js <span style='color:#111;'>337B</span>","children":null,"spread":false},{"title":"ActionTypes.js <span style='color:#111;'>76B</span>","children":null,"spread":false},{"title":"views","children":[{"title":"CounterPanel.jsx <span style='color:#111;'>1.85KB</span>","children":null,"spread":false},{"title":"Counter.jsx <span style='color:#111;'>302B</span>","children":null,"spread":false},{"title":"CounterContainer.jsx <span style='color:#111;'>1.45KB</span>","children":null,"spread":false}],"spread":false},{"title":"Actions.js <span style='color:#111;'>297B</span>","children":null,"spread":false},{"title":"Context.js <span style='color:#111;'>92B</span>","children":null,"spread":false},{"title":"Store.js <span style='color:#111;'>206B</span>","children":null,"spread":false}],"spread":false},{"title":"store.js <span style='color:#111;'>975B</span>","children":null,"spread":false},{"title":"App.js <span style='color:#111;'>528B</span>","children":null,"spread":false},{"title":"react_redux","children":[{"title":"Reducer.js <span style='color:#111;'>364B</span>","children":null,"spread":false},{"title":"ActionTypes.js <span style='color:#111;'>76B</span>","children":null,"spread":false},{"title":"views","children":[{"title":"CounterPanel.jsx <span style='color:#111;'>628B</span>","children":null,"spread":false},{"title":"Counter.jsx <span style='color:#111;'>924B</span>","children":null,"spread":false}],"spread":false},{"title":"Actions.js <span style='color:#111;'>297B</span>","children":null,"spread":false},{"title":"Store.js <span style='color:#111;'>206B</span>","children":null,"spread":false}],"spread":false},{"title":"todo","children":[{"title":"todos","children":[{"title":"index.js <span style='color:#111;'>137B</span>","children":null,"spread":false},{"title":"reducer.js <span style='color:#111;'>665B</span>","children":null,"spread":false},{"title":"actions.js <span style='color:#111;'>330B</span>","children":null,"spread":false},{"title":"views","children":[{"title":"todoItem.jsx <span style='color:#111;'>758B</span>","children":null,"spread":false},{"title":"addTodo.jsx <span style='color:#111;'>799B</span>","children":null,"spread":false},{"title":"toDos.jsx <span style='color:#111;'>170B</span>","children":null,"spread":false},{"title":"todoList.jsx <span style='color:#111;'>1.10KB</span>","children":null,"spread":false}],"spread":false},{"title":"actionTypes.js <span style='color:#111;'>119B</span>","children":null,"spread":false}],"spread":false},{"title":"index.js <span style='color:#111;'>82B</span>","children":null,"spread":false},{"title":"filter","children":[{"title":"index.js <span style='color:#111;'>199B</span>","children":null,"spread":false},{"title":"reducer.js <span style='color:#111;'>316B</span>","children":null,"spread":false},{"title":"actions.js <span style='color:#111;'>150B</span>","children":null,"spread":false},{"title":"views","children":[{"title":"filter.jsx <span style='color:#111;'>673B</span>","children":null,"spread":false}],"spread":false},{"title":"actionTypes.js <span style='color:#111;'>39B</span>","children":null,"spread":false},{"title":"constants.js <span style='color:#111;'>113B</span>","children":null,"spread":false}],"spread":false},{"title":"TodoApp.jsx <span style='color:#111;'>197B</span>","children":null,"spread":false},{"title":"selectors.js <span style='color:#111;'>614B</span>","children":null,"spread":false}],"spread":false},{"title":"counterPanel","children":[{"title":"CounterPanel.jsx <span style='color:#111;'>1017B</span>","children":null,"spread":false},{"title":"Counter.jsx <span style='color:#111;'>1.52KB</span>","children":null,"spread":false}],"spread":false},{"title":"index.css <span style='color:#111;'>366B</span>","children":null,"spread":false}],"spread":false},{"title":".gitignore <span style='color:#111;'>13B</span>","children":null,"spread":false},{"title":"public","children":[{"title":"logo192.png <span style='color:#111;'>5.22KB</span>","children":null,"spread":false},{"title":"manifest.json <span style='color:#111;'>492B</span>","children":null,"spread":false},{"title":"robots.txt <span style='color:#111;'>67B</span>","children":null,"spread":false},{"title":"index.html <span style='color:#111;'>1.68KB</span>","children":null,"spread":false},{"title":"logo512.png <span style='color:#111;'>9.44KB</span>","children":null,"spread":false},{"title":"favicon.ico <span style='color:#111;'>3.78KB</span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'>3.29KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明