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

reduxjs/redux

A JS library for predictable global state management observed · 2026-08-28

github.com/reduxjs/redux · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 98
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4114
  • days_rel: n/a
  • days_push: 13
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

61509 stars · 15192 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Redux is a tiny (2kB) JavaScript library for predictable, centralized global state management using a unidirectional data flow with actions and reducers. It works with any UI layer (most commonly React), supports time-travel debugging via DevTools, and is best used through its official companion, Redux Toolkit.

Use cases

  • manage global application state in a React app
  • centralize state shared across many components
  • implement undo/redo and state persistence
  • debug state changes with time-travel tooling
  • share state between client, server, and native environments
  • write testable state update logic with reducers

When to choose

  • you have complex, frequently-changing global state shared across many parts of an app
  • you need predictable, traceable state updates and powerful debugging
  • you want a battle-tested, framework-agnostic state container with a large ecosystem
  • you want centralized state enabling undo/redo or persistence

When to avoid

  • your app has mostly simple local UI state better handled by useState or useReducer
  • you want minimal boilerplate without adopting Redux Toolkit conventions
  • you need only server-state caching, where tools like React Query may fit better
  • your team is unwilling to learn Redux's actions/reducers/middleware model

Facets

library · maturity stable

state-management frontend-framework web-development frontend developer-tools browser cross-platform redux javascript typescript predictable-state time-travel-debugging react nodejs web-server

4 sources

Member repositories

RepositoryRoleHealth v2
reduxjs/reduxmain67

For agents

markdown · JSON · MCP: product_card(name="reduxjs/redux")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem