React Redux
Official React bindings for Redux
Official
React Redux is maintained by the Redux team, and kept up-to-date with the latest APIs from Redux and React.
Predictable
Designed to work with React's component model. You define how to extract the values your component needs from Redux, and your component updates automatically as needed.
Encapsulated
Provides APIs that enable your components to interact with the Redux store, so you don't have to write that logic yourself.
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
Redux
A predictable state container for JavaScript applications
Redux Toolkit
The official, opinionated, batteries-included toolset for efficient Redux development