RR3Code:为期三天的React.js和Redux课程的代码

时间:2021-05-13 18:41:46
【文件属性】:
文件名称:RR3Code:为期三天的React.js和Redux课程的代码
文件大小:37KB
文件格式:ZIP
更新时间:2021-05-13 18:41:46
JavaScript RR3代码 进行为期3天的React-Redux培训的代码。 先决条件 在Linux和Mac上,安装最简单(因为已经安装了C ++和Python)。 但是在Windows上当然也是可行的。 Node.js版本6.x或更高版本 合适的编辑器或IDE 例如Webstorm- 理想情况下,Chrome(Firefox也可以使用) C ++和Python –详细的安装说明可在node-gyp模块README中找到, 第一步 从GitHub中检出存储库(或复制zipfile并将其解压缩) cd进入那个目录 安装所需的模块: npm install 启动开发服务器: Mac / Linux用户: npm start Windows用户: npm run start-win 之后: 在浏览器中打开 构建JS捆绑包 Mac / Linux用户: npm run build Windows
【文件预览】:
RR3Code-master
----.gitignore(25B)
----webpack.prod.config.js(794B)
----src-solution-forms()
--------UserCreationWithFormSubmit.js(567B)
--------UserCreationControlledComponent.js(802B)
--------index.js(365B)
----README.md(2KB)
----test-solution-redux()
--------reducersTest.js(930B)
----src-solution-react()
--------User.js(244B)
--------HelloWorldFunctionalComponent.js(102B)
--------UserListWithHighlight.js(247B)
--------UserList.js(233B)
--------HelloWorldClassComponentWithoutJSX.js(174B)
--------HelloWorldClassComponent.js(147B)
--------index.js(171B)
--------App.js(682B)
--------UserCreationViaInternalState.js(571B)
--------UserCreationViaRefCallback.js(688B)
--------UserWithHighlight.js(769B)
----src-solution-routing()
--------index.js(171B)
--------App.js(1KB)
----src-solution-redux-tools()
--------index_devtools.js(549B)
--------index_logger.js(554B)
----src-solution-redux-4()
--------reducers.js(621B)
--------index.js(359B)
--------App.js(547B)
----src-solution-redux-2()
--------reducers.js(264B)
--------index.js(358B)
--------App.js(465B)
----package.json(2KB)
----src-solution-redux-3()
--------reducers.js(392B)
--------index.js(359B)
--------App.js(512B)
----src()
--------index.js(170B)
----src-solution-async-calls()
--------reducers.js(567B)
--------asyncActionsInGeneral.js(257B)
--------ajaxcalls.js(447B)
--------index.js(457B)
--------App.js(622B)
--------actions.js(632B)
----.babelrc(75B)
----test-solution-react-integration()
--------AppIntegrationTest.js(968B)
--------testSetup.js(422B)
----backend()
--------server.js(2KB)
--------package.json(258B)
--------users.json(7B)
----src-solution-redux-big()
--------reducers.js(1KB)
--------index.js(359B)
--------App.js(731B)
----src-solution-react-lifecycle()
--------ChildComponent.js(644B)
--------LifecycleComponent.js(912B)
--------index.js(171B)
--------App.js(192B)
----enzymeSetup.js(123B)
----src-solution-react-layout()
--------User.js(232B)
--------SingleUserWrapper.js(263B)
--------SingleUser.js(280B)
--------UserList.js(248B)
--------SingleUserParam.js(261B)
--------index.js(171B)
--------SingleUserParamAndData.js(307B)
--------App.js(1010B)
--------SingleUserMonolith.js(401B)
----index.html(152B)
----webpack.config.js(1KB)
----test-solution-async-calls()
--------endToEndTest.js(2KB)
--------ajaxcallsTest.js(2KB)
----src-solution-redux-1()
--------User.js(213B)
--------UserCreation.js(697B)
--------UserList.js(212B)
--------index.js(171B)
--------App.js(467B)
----test-solution-react()
--------UserTest.js(548B)
--------UserCreationViaInternalStateTest.js(2KB)
--------HelloWorldTest.js(847B)
--------UserListTest.js(1KB)
--------UserWithHighlightTest.js(2KB)

网友评论