react-redux-4.0.0.zip 23.65KB
a3737337资源文件列表:
react-redux-4.0.0.zip 大约有29个文件
.npmignore 13B
CODE_OF_CONDUCT.md 1.39KB
.babelrc 35B
LICENSE.md 1.05KB
CHANGELOG.md 105B
.eslintrc 473B
webpack.config.base.js 577B
README.md 1.41KB
.gitignore 55B
package.json 1.97KB
.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 37.76KB
test/components/Provider.spec.js 3.26KB
docs/api.md 9.49KB
docs/troubleshooting.md 3.73KB
docs/quick-start.md 5.03KB
src/index.js 120B
src/utils/storeShape.js 190B
src/utils/shallowEqual.js 496B
src/utils/wrapActionCreators.js 175B
src/utils/isPlainObject.js 641B
src/components/connect.js 6.9KB
src/components/Provider.js 1.29KB
资源介绍:
Redux 的官方 React 绑定。高性能且灵活。
Official React bindings for Redux. Performant and flexible.
React Redux
=========================
Official React bindings for [Redux](https://github.com/gaearon/redux).
Performant and flexible.
[](https://travis-ci.org/rackt/react-redux) [](https://www.npmjs.com/package/react-redux)
[](https://www.npmjs.com/package/react-redux)
[](http://www.reactiflux.com)
## Installation
```
npm install --save react-redux
```
React Redux requires **React 0.14 or later.**
## React Native
Until [React Native is compatible with React 0.14](https://github.com/facebook/react-native/issues/2985), you’ll need to keep using [React Redux 3.x branch and documentation](https://github.com/rackt/react-redux/tree/v3.1.0).
## Documentation
- [Quick Start](docs/quick-start.md#quick-start)
- [API](docs/api.md#api)
- [`<Provider store>`](docs/api.md#provider-store)
- [`connect([mapStateToProps], [mapDispatchToProps], [mergeProps], [options])`](docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options)
- [Troubleshooting](docs/troubleshooting.md#troubleshooting)
## License
MIT
## 仓库
https://github.com/reduxjs/react-redux 相关资源