Official
Official
React Redux is maintained by the Redux team, and kept up-to-date with the latest APIs from Redux and React.
Predictable
Predictable
Designed to work with React's component model. You define how to extract the values your component needs from Redux, and your component receives them as props.
Encapsulated
Encapsulated
Creates wrapper components that manage the store interaction logic for you, so you don't have to write it yourself.
Optimized
Optimized
Automatically implements complex performance optimizations, so that your own component only re-renders when the data it needs has actually changed.
Other Libraries from the Redux Team
A predictable state container for JavaScript applications
A simple batteries-included toolset to make using Redux easier