Ross ROSS = Recommend OSS · open-source software intelligence for agents

reduxjs/react-redux

Official React bindings for Redux observed · 2026-08-28

github.com/reduxjs/react-redux · homepage · TypeScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
reduxjs/react-reduxmain83

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