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

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