文件名称:Redux源码阅读历程
文件大小:68KB
文件格式:ZIP
更新时间:2022-08-30 18:59:00
JavaScript开发-其它杂项
接触 Redux 一段时间了,对其用法也稍有熟悉。但本着宝贵的探索精神,要知其然,更要知其所以然,我决定从今天(2017-08-03)开始,以自己的角度阅读和探索 Redux 源码,学习其编码思想,长在自己的知识树上。
【文件预览】:
redux-source-code-chewing-master
----demo2()
--------index.js(940B)
----yarn.lock(64KB)
----demo5()
--------index.js(326B)
--------reducers()
----demo7()
--------index.js(102B)
----.babelrc(60B)
----demo1()
--------index.js(621B)
----source-code()
--------utils()
--------bindActionCreators.js(2KB)
--------createStore.js(9KB)
--------applyMiddleware.js(1KB)
--------combineReducers.js(5KB)
--------compose.js(749B)
--------index.js(1KB)
----demo8()
--------index.js(100B)
----posts()
--------createStore.md(23KB)
--------bindActionCreators.md(3KB)
--------combineReducers.md(8KB)
--------applyMiddleware.md(7KB)
--------compose.md(7KB)
----README.md(3KB)
----demo4()
--------index.js(821B)
----code-with-my-commit()
--------bindActionCreators.js(2KB)
--------createStore.js(13KB)
--------applyMiddleware.js(3KB)
--------combineReducers.js(9KB)
--------compose.js(3KB)
----yarn-error.log(1KB)
----demo3()
--------index.js(1KB)
----.gitignore(13B)
----demo6()
--------index.js(575B)
----package.json(1KB)