文件名称:代码样本:The Complete Redux Book中的代码样本
文件大小:80KB
文件格式:ZIP
更新时间:2024-02-26 10:15:02
redux redux-store redux-middleware redux-actions ReduxJavaScript
完整的Redux书 Ilya Gelman和Boris Dinkevich编写的The Complete Redux Book的官方代码示例。 如何管理生产中的大状态? 为什么需要商店增强剂? 如何测试中间件? 使用简单的术语和示例代码即可获得所有这些问题的答案,以及更多其他问题的答案。 了解使用Redux来构建复杂且可投入生产的Web应用程序所需的一切。 执照 您可以根据MIT许可条款使用他的任何源代码。
【文件预览】:
code-samples-master
----README.md(649B)
----1.core-concepts()
--------mutation.js(727B)
--------app.js(873B)
--------index.html(421B)
--------redux.js(464B)
----10.websockets()
--------ui.js(886B)
--------app.js(556B)
--------middleware.js(1KB)
--------index.html(440B)
----8.server-communication()
--------action-types.js(294B)
--------reducer.js(563B)
--------app.js(572B)
--------api-middleware.js(613B)
--------actions.js(116B)
--------index.html(646B)
--------db.json(547B)
----2.first-application()
--------reducers.js(345B)
--------constants.js(115B)
--------ui.js(625B)
--------action-creators.js(193B)
--------app.js(174B)
--------middleware.js(492B)
--------index.html(612B)
--------db.json(547B)
----7.state-management()
--------reducers.js(312B)
--------ui.js(532B)
--------server()
--------app.js(712B)
--------index.html(528B)
----5.reducers()
--------combine-reducers.js(229B)
--------redux-actions.js(372B)
--------separation.js(893B)
--------array-mutations.js(1KB)
--------higher-order.js(268B)
----6.middleware()
--------null.js(126B)
--------conditional.js(240B)
--------measure.js(132B)
--------debounce.js(437B)
--------log.js(238B)
----11.tests()
--------.gitignore(38B)
--------__mocks__()
--------README.md(208B)
--------tests()
--------app()
--------package.json(1KB)
--------.babelrc(64B)
--------webpack.config.js(2KB)
--------.npmrc(16B)
--------package-lock.json(236KB)
----4.actions()
--------redux-actions.js(579B)
--------thunk.js(364B)
----3.store()
--------store.js(760B)
--------store-enhancers.js(646B)
--------replace-reducers.js(323B)
--------store-observable.js(499B)