react-redux-0.3.0.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 10.4KB
.gitignore 55B
package.json 1.89KB
.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/getDisplayName.spec.js 523B
test/utils/shallowEqualScalar.spec.js 1.96KB
test/components/Connector.spec.js 7.85KB
test/components/connect.spec.js 3.86KB
test/components/jsdomReact.js 194B
test/components/Provider.spec.js 2.04KB
test/components/provide.spec.js 1.72KB
src/native.js 158B
src/index.js 151B
src/utils/createStoreShape.js 212B
src/utils/shallowEqualScalar.js 757B
src/utils/getDisplayName.js 119B
src/utils/shallowEqual.js 496B
src/utils/isPlainObject.js 146B
src/components/createConnectDecorator.js 802B
src/components/createProvider.js 942B
src/components/createConnector.js 2.3KB
src/components/createAll.js 594B
src/components/createProvideDecorator.js 581B
资源介绍:
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 |