react waterfall:在新的上下文API之上构建的React商店 源码
React瀑布 之上构建的React存储 基本 store.js import createStore from 'react-waterfall' const config = { initialState : { count : 0 } , actionsCreators : { increment : ( { count } ) => ( { count : count + 1 } ) , } , } export const { Provider , connect , actions } = createStore ( config ) App.js imp
文件列表
react-waterfall-master.zip
(预估有个57文件)
react-waterfall-master
.gitignore
23B
.babelrc
337B
.flowconfig
0B
.eslintrc
595B
package.json
2KB
src
types.js
2KB
__test__
index.test.js
3KB
暂无评论