omnidan/redux-undo
:recycle: higher order reducer to add undo/redo functionality to redux state containers observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 60
- Release rhythm 8
- Longevity 100
Flags: archived
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: 4003
- days_rel: n/a
- days_push: 243
- n_releases_24m: 0
Adoption not part of the score
2900 stars · 184 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A higher-order reducer for Redux that adds undo/redo functionality to state containers by wrapping existing reducers with an undoable history API. It is a small JavaScript library distributed via npm under the MIT license.
Use cases
- add undo/redo to a redux app
- implement time travel in redux state
- keep action history for a reducer
- build a todo app with undo support
- wrap an existing reducer with history tracking
When to choose
- you use Redux and need undo/redo with minimal setup
- you want a simple higher-order reducer approach to state history
- you need time-travel debugging of state changes
When to avoid
- you are not using Redux as your state container
- you need a actively maintained project with ongoing support
- you need undo/redo outside of a Redux reducer architecture
Facets
library · maturity maintenance
state-management middleware frontend web-development developer-tools browser redux undo-redo time-travel higher-order-reducer history nodejs javascript
2 sources
- readme: https://github.com/omnidan/redux-undo · fetched 2026-08-28 · ae455c6a768b
- registry_npm: https://registry.npmjs.org/redux-undo · fetched 2026-08-29 · ee8c4177f744
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| omnidan/redux-undo | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="omnidan/redux-undo")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem