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

ZIPreact-redux-3.1.1.zip

a373733725.06KB需要积分:1

资源文件列表:

react-redux-3.1.1.zip 大约有31个文件
  1. CODE_OF_CONDUCT.md 1.39KB
  2. .babelrc 35B
  3. LICENSE.md 1.05KB
  4. native.js 41B
  5. CHANGELOG.md 107B
  6. .eslintrc 473B
  7. webpack.config.base.js 612B
  8. README.md 1.29KB
  9. .gitignore 55B
  10. package.json 2.01KB
  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 36.08KB
  19. test/components/Provider.spec.js 7KB
  20. docs/api.md 9.45KB
  21. docs/troubleshooting.md 4.29KB
  22. docs/quick-start.md 5.38KB
  23. src/native.js 138B
  24. src/index.js 131B
  25. src/utils/createStoreShape.js 212B
  26. src/utils/shallowEqual.js 496B
  27. src/utils/wrapActionCreators.js 175B
  28. src/utils/isPlainObject.js 641B
  29. src/components/createConnect.js 7.11KB
  30. src/components/createProvider.js 2.73KB
  31. src/components/createAll.js 253B

资源介绍:

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.13 or later.** ## React Native What you get from `react-redux` is for React. For React Native, import from `react-redux/native` instead. ## 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