JSPM

  • Created
  • Published
  • Downloads 9707154
  • Score
    100M100P100Q199649F
  • License MIT

Official React bindings for Redux

Package Exports

  • react-redux
  • react-redux/lib/components/createAll
  • react-redux/lib/utils/isPlainObject
  • react-redux/lib/utils/shallowEqual
  • react-redux/lib/utils/wrapActionCreators
  • react-redux/native
  • react-redux/package.json
  • react-redux/src
  • react-redux/src/utils/shallowEqual

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-redux) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React Redux

Official React bindings for Redux.
Performant and flexible.

build status npm version npm downloads redux channel on slack

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

License

MIT