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

ZIPreact-redux-3.0.1.zip

a373733725.03KB需要积分:1

资源文件列表:

react-redux-3.0.1.zip 大约有32个文件
  1. .npmignore 13B
  2. CODE_OF_CONDUCT.md 1.39KB
  3. .babelrc 35B
  4. LICENSE.md 1.05KB
  5. native.js 41B
  6. CHANGELOG.md 107B
  7. .eslintrc 473B
  8. webpack.config.base.js 612B
  9. README.md 1.29KB
  10. .gitignore 55B
  11. package.json 1.92KB
  12. .eslintignore 16B
  13. webpack.config.production.js 442B
  14. .travis.yml 78B
  15. webpack.config.development.js 328B
  16. test/utils/isPlainObject.spec.js 591B
  17. test/utils/shallowEqual.spec.js 1.27KB
  18. test/utils/wrapActionCreators.js 841B
  19. test/components/connect.spec.js 35.58KB
  20. test/components/Provider.spec.js 7KB
  21. docs/api.md 9.45KB
  22. docs/troubleshooting.md 4.29KB
  23. docs/quick-start.md 5.38KB
  24. src/native.js 138B
  25. src/index.js 131B
  26. src/utils/createStoreShape.js 212B
  27. src/utils/shallowEqual.js 496B
  28. src/utils/wrapActionCreators.js 175B
  29. src/utils/isPlainObject.js 641B
  30. src/components/createConnect.js 7.04KB
  31. src/components/createProvider.js 2.74KB
  32. 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