reduxjs/redux
A JS library for predictable global state management 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
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
- readme: https://github.com/reduxjs/redux · fetched 2026-08-28 · 11d80c839e94
- homepage: https://redux.js.org · fetched 2026-08-28 · db11b61bf6bc
- site_page: https://redux.js.org/introduction/getting-started · fetched 2026-08-28 · ab5005132cff
- site_page: https://redux.js.org/faq · fetched 2026-08-28 · d60381347528
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reduxjs/redux | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem