react-redux-0.5.1.zip
资源文件列表:

.npmignore 13B
CODE_OF_CONDUCT.md 1.39KB
.babelrc 35B
LICENSE.md 1.05KB
native.js 41B
CHANGELOG.md 156B
.eslintrc 473B
webpack.config.base.js 612B
README.md 13.64KB
.gitignore 55B
package.json 1.87KB
.eslintignore 16B
webpack.config.production.js 442B
webpack.config.development.js 328B
test/utils/isPlainObject.spec.js 591B
test/utils/shallowEqual.spec.js 1.27KB
test/utils/wrapActionCreators.js 841B
test/utils/shallowEqualScalar.spec.js 1.96KB
test/components/connect.spec.js 14.05KB
test/components/jsdomReact.js 194B
test/components/Provider.spec.js 2.05KB
src/native.js 138B
src/index.js 131B
src/utils/createStoreShape.js 212B
src/utils/shallowEqualScalar.js 757B
src/utils/shallowEqual.js 496B
src/utils/wrapActionCreators.js 175B
src/utils/isPlainObject.js 641B
src/components/createConnect.js 4.23KB
src/components/createProvider.js 942B
src/components/createAll.js 253B
资源介绍:
Redux 的官方 React 绑定。高性能且灵活。 Official React bindings for Redux. Performant and flexible.Location | Use React-Redux | To read data, they | To change data, they | |
---|---|---|---|---|
“Smart” Components | Top level, route handlers | Yes | Subscribe to Redux state | Dispatch Redux actions |
“Dumb” Components | Middle and leaf components | No | Read data from props | Invoke callbacks from props |