CodeBrowser / npm / react-redux
react-redux@9.3.0
// Official React bindings for Redux
$ npm install react-redux
downloads/wk
28,770,040
license
MIT
version
9.3.0
published
May 15, 2026
What is react-redux?
React-Redux provides official bindings to connect React components with Redux, a state management library. It allows you to access Redux store data and dispatch actions from your React components without passing props through multiple levels of your component tree. Use this package when you need centralized state management across your application.
Keywords
#react #reactjs #redux
Maintainers
gaearon, timdorr, phryneas, acemarke, eskimojo