redux-1.0.0-alpha.zip
大小:55.74KB
价格:47积分
下载量:0
评分:
5.0
上传者:a3737337
更新日期:2024-08-31
redux-1.0.0-alpha.zip
资源文件列表(大概)
文件名
大小
redux-1.0.0-alpha/
-
redux-1.0.0-alpha/.babelrc
35B
redux-1.0.0-alpha/.eslintignore
201B
redux-1.0.0-alpha/.eslintrc
473B
redux-1.0.0-alpha/.gitignore
80B
redux-1.0.0-alpha/.npmignore
13B
redux-1.0.0-alpha/.travis.yml
38B
redux-1.0.0-alpha/CHANGELOG.md
13.24KB
redux-1.0.0-alpha/LICENSE
1.05KB
redux-1.0.0-alpha/README.md
17.54KB
redux-1.0.0-alpha/ROADMAP.md
382B
redux-1.0.0-alpha/docs/
-
redux-1.0.0-alpha/docs/middleware.md
2.77KB
redux-1.0.0-alpha/examples/
-
redux-1.0.0-alpha/examples/counter/
-
redux-1.0.0-alpha/examples/counter/.babelrc
17B
redux-1.0.0-alpha/examples/counter/actions/
-
redux-1.0.0-alpha/examples/counter/actions/CounterActions.js
559B
redux-1.0.0-alpha/examples/counter/components/
-
redux-1.0.0-alpha/examples/counter/components/Counter.js
645B
redux-1.0.0-alpha/examples/counter/constants/
-
redux-1.0.0-alpha/examples/counter/constants/ActionTypes.js
108B
redux-1.0.0-alpha/examples/counter/containers/
-
redux-1.0.0-alpha/examples/counter/containers/App.js
363B
redux-1.0.0-alpha/examples/counter/containers/CounterApp.js
487B
redux-1.0.0-alpha/examples/counter/index.html
169B
redux-1.0.0-alpha/examples/counter/index.js
126B
redux-1.0.0-alpha/examples/counter/package.json
833B
redux-1.0.0-alpha/examples/counter/server.js
420B
redux-1.0.0-alpha/examples/counter/stores/
-
redux-1.0.0-alpha/examples/counter/stores/counter.js
291B
redux-1.0.0-alpha/examples/counter/stores/index.js
48B
redux-1.0.0-alpha/examples/counter/webpack.config.js
607B
redux-1.0.0-alpha/examples/todomvc/
-
redux-1.0.0-alpha/examples/todomvc/.babelrc
17B
redux-1.0.0-alpha/examples/todomvc/actions/
-
redux-1.0.0-alpha/examples/todomvc/actions/TodoActions.js
561B
redux-1.0.0-alpha/examples/todomvc/components/
-
redux-1.0.0-alpha/examples/todomvc/components/Footer.js
1.75KB
redux-1.0.0-alpha/examples/todomvc/components/Header.js
550B
redux-1.0.0-alpha/examples/todomvc/components/MainSection.js
2.11KB
redux-1.0.0-alpha/examples/todomvc/components/TodoItem.js
1.64KB
redux-1.0.0-alpha/examples/todomvc/components/TodoTextInput.js
1.26KB
redux-1.0.0-alpha/examples/todomvc/constants/
-
redux-1.0.0-alpha/examples/todomvc/constants/ActionTypes.js
234B
redux-1.0.0-alpha/examples/todomvc/constants/TodoFilters.js
124B
redux-1.0.0-alpha/examples/todomvc/containers/
-
redux-1.0.0-alpha/examples/todomvc/containers/App.js
354B
redux-1.0.0-alpha/examples/todomvc/containers/TodoApp.js
692B
redux-1.0.0-alpha/examples/todomvc/index.html
177B
redux-1.0.0-alpha/examples/todomvc/index.js
162B
redux-1.0.0-alpha/examples/todomvc/package.json
962B
redux-1.0.0-alpha/examples/todomvc/server.js
420B
redux-1.0.0-alpha/examples/todomvc/stores/
-
redux-1.0.0-alpha/examples/todomvc/stores/index.js
44B
redux-1.0.0-alpha/examples/todomvc/stores/todos.js
1.04KB
redux-1.0.0-alpha/examples/todomvc/webpack.config.js
671B
redux-1.0.0-alpha/package.json
1.48KB
redux-1.0.0-alpha/scripts/
-
redux-1.0.0-alpha/scripts/browser
293B
redux-1.0.0-alpha/scripts/build
140B
redux-1.0.0-alpha/scripts/clean
34B
redux-1.0.0-alpha/scripts/lint
46B
redux-1.0.0-alpha/scripts/prepublish
83B
redux-1.0.0-alpha/scripts/test
82B
redux-1.0.0-alpha/scripts/test-cov
97B
redux-1.0.0-alpha/scripts/test-watch
90B
redux-1.0.0-alpha/src/
-
redux-1.0.0-alpha/src/Redux.js
1.27KB
redux-1.0.0-alpha/src/components/
-
redux-1.0.0-alpha/src/components/createAll.js
594B
redux-1.0.0-alpha/src/components/createConnectDecorator.js
802B
redux-1.0.0-alpha/src/components/createConnector.js
2.2KB
redux-1.0.0-alpha/src/components/createProvideDecorator.js
581B
redux-1.0.0-alpha/src/components/createProvider.js
1010B
redux-1.0.0-alpha/src/createDispatcher.js
629B
redux-1.0.0-alpha/src/createRedux.js
321B
redux-1.0.0-alpha/src/entry-react-native.js
36B
redux-1.0.0-alpha/src/entry-react.js
29B
redux-1.0.0-alpha/src/index.js
392B
redux-1.0.0-alpha/src/middleware/
-
redux-1.0.0-alpha/src/middleware/thunk.js
228B
redux-1.0.0-alpha/src/react-native.js
158B
redux-1.0.0-alpha/src/react.js
151B
redux-1.0.0-alpha/src/umd-react.js
50B
redux-1.0.0-alpha/src/umd.js
25B
redux-1.0.0-alpha/src/utils/
-
redux-1.0.0-alpha/src/utils/bindActionCreators.js
225B
redux-1.0.0-alpha/src/utils/composeMiddleware.js
126B
redux-1.0.0-alpha/src/utils/composeStores.js
345B
redux-1.0.0-alpha/src/utils/createReduxShape.js
212B
redux-1.0.0-alpha/src/utils/getDisplayName.js
119B
redux-1.0.0-alpha/src/utils/identity.js
60B
redux-1.0.0-alpha/src/utils/isPlainObject.js
146B
redux-1.0.0-alpha/src/utils/mapValues.js
165B
redux-1.0.0-alpha/src/utils/pick.js
183B
redux-1.0.0-alpha/src/utils/shallowEqual.js
496B
redux-1.0.0-alpha/src/utils/shallowEqualScalar.js
757B
redux-1.0.0-alpha/test/
-
redux-1.0.0-alpha/test/_helpers.js
741B
redux-1.0.0-alpha/test/components/
-
redux-1.0.0-alpha/test/components/Connector.spec.js
6.54KB
redux-1.0.0-alpha/test/components/Provider.spec.js
1.8KB
redux-1.0.0-alpha/test/components/connect.spec.js
1.93KB
redux-1.0.0-alpha/test/components/jsdomReact.js
194B
redux-1.0.0-alpha/test/components/provide.spec.js
1.73KB
redux-1.0.0-alpha/test/composeMiddleware.spec.js
651B
redux-1.0.0-alpha/test/composeStores.spec.js
1019B
redux-1.0.0-alpha/test/createDispatcher.spec.js
1.39KB
redux-1.0.0-alpha/test/createRedux.spec.js
1.98KB
redux-1.0.0-alpha/test/getDisplayName.spec.js
410B
redux-1.0.0-alpha/test/utils/
-
redux-1.0.0-alpha/test/utils/bindActionCreators.spec.js
1023B
redux-1.0.0-alpha/test/utils/identity.spec.js
294B
redux-1.0.0-alpha/test/utils/isPlainObject.spec.js
591B
redux-1.0.0-alpha/test/utils/mapValues.spec.js
349B
redux-1.0.0-alpha/test/utils/pick.spec.js
332B
redux-1.0.0-alpha/test/utils/shallowEquality.spec.js
3.18KB
redux-1.0.0-alpha/webpack.config.js
859B
资源内容介绍
一个可预测的全局状态管理的 JS 库A JS library for predictable global state management用户评论 (0)
发表评论
相关资源
redux-1.0.0.zip
一个可预测的全局状态管理的 JS 库A JS library for predictable global state management
154.42KB22积分
redux-2.1.0.zip
一个可预测的全局状态管理的 JS 库A JS library for predictable global state management
24.71KB44积分
redux-2.1.2.zip
一个可预测的全局状态管理的 JS 库A JS library for predictable global state management
24.89KB50积分
redux-1.0.1.zip
一个可预测的全局状态管理的 JS 库A JS library for predictable global state management
155.91KB11积分