首页下载资源前端react-redux-4.0.0.zip

ZIPreact-redux-4.0.0.zip

a373733723.65KB需要积分:1

资源文件列表:

react-redux-4.0.0.zip 大约有29个文件
  1. .npmignore 13B
  2. CODE_OF_CONDUCT.md 1.39KB
  3. .babelrc 35B
  4. LICENSE.md 1.05KB
  5. CHANGELOG.md 105B
  6. .eslintrc 473B
  7. webpack.config.base.js 577B
  8. README.md 1.41KB
  9. .gitignore 55B
  10. package.json 1.97KB
  11. .eslintignore 16B
  12. webpack.config.production.js 442B
  13. .travis.yml 78B
  14. webpack.config.development.js 328B
  15. test/utils/isPlainObject.spec.js 591B
  16. test/utils/shallowEqual.spec.js 1.27KB
  17. test/utils/wrapActionCreators.js 841B
  18. test/components/connect.spec.js 37.76KB
  19. test/components/Provider.spec.js 3.26KB
  20. docs/api.md 9.49KB
  21. docs/troubleshooting.md 3.73KB
  22. docs/quick-start.md 5.03KB
  23. src/index.js 120B
  24. src/utils/storeShape.js 190B
  25. src/utils/shallowEqual.js 496B
  26. src/utils/wrapActionCreators.js 175B
  27. src/utils/isPlainObject.js 641B
  28. src/components/connect.js 6.9KB
  29. 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. [![build status](https://img.shields.io/travis/rackt/react-redux/master.svg?style=flat-square)](https://travis-ci.org/rackt/react-redux) [![npm version](https://img.shields.io/npm/v/react-redux.svg?style=flat-square)](https://www.npmjs.com/package/react-redux) [![npm downloads](https://img.shields.io/npm/dm/react-redux.svg?style=flat-square)](https://www.npmjs.com/package/react-redux) [![redux channel on slack](https://img.shields.io/badge/slack-redux@reactiflux-61DAFB.svg?style=flat-square)](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) - [``](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
100+评论
captcha