reduxjs/react-redux
Official React bindings for Redux observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 99
- Release rhythm 52
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 520
- age_days: 4071
- days_rel: 110
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
23447 stars · 3328 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
React Redux is the official React bindings library for Redux, letting React components read from a Redux store and dispatch actions via hooks like useSelector and useDispatch plus a Provider component. It is maintained by the Redux team and includes built-in performance optimizations so components only re-render when their data changes.
Use cases
- connect react components to a redux store
- manage global application state in react
- use redux with react hooks
- avoid unnecessary re-renders when using redux
- set up redux in a next.js or vite react app
- share state across react components
When to choose
- you use Redux for state management in a React or React Native app
- you want official, well-maintained bindings with TypeScript support
- you need optimized store subscriptions with minimal re-renders
When to avoid
- your app's state is simple enough for React's built-in context or local state
- you use a different state library like Zustand or Jotai
- you are not using React
Facets
library · maturity stable
state-management frontend-framework frontend web-development developer-tools cross-platform react redux state-container hooks typescript react-native nodejs web-server
3 sources
- readme: https://github.com/reduxjs/react-redux · fetched 2026-08-28 · 80c1bde3cda3
- homepage: https://react-redux.js.org · fetched 2026-08-29 · 092ec1fd4e58
- site_page: https://react-redux.js.org/introduction/getting-started · fetched 2026-08-29 · 4fea7ac33836
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reduxjs/react-redux | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="reduxjs/react-redux")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem