# reduxjs/react-redux

Official React bindings for Redux

Repository: https://github.com/reduxjs/react-redux
Canonical: https://ross.abutalabs.com/products/react-redux
Homepage: https://react-redux.js.org
Language: TypeScript
License: MIT
License Family: permissive
Topics: react, redux
Last push: 2026-08-26T07:05:17+00:00

## Health v2 (maintenance only)
Score: 83/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 52, longevity 100
- inputs: {"age_days": 4071, "days_push": 7, "days_rel": 110, "gap_med": 520, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 23447, forks 3328 (observed 2026-08-28T04:11:34.914501+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: state-management, frontend-framework
- domain: frontend, web-development, developer-tools
- platform: cross-platform
- tags: react, redux, state-container, hooks, typescript, react-native, nodejs, web-server

## Member repositories
- reduxjs/react-redux (main) score 83

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:34.914501+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:56:28.306987+00:00, confidence not recorded.
  - readme: https://github.com/reduxjs/react-redux (fetched 2026-08-28T04:11:34.914501+00:00, sha 80c1bde3cda3)
  - homepage: https://react-redux.js.org (fetched 2026-08-29T07:54:39.160055+00:00, sha 092ec1fd4e58)
  - site_page: https://react-redux.js.org/introduction/getting-started (fetched 2026-08-29T07:54:39.169140+00:00, sha 4fea7ac33836)
- Data as of 2026-08-30T08:39:29.467469+00:00.
