elgerlambert/redux-localstorage
Store enhancer that syncs (a subset) of your Redux store state to localstorage. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 4065
- days_rel: n/a
- days_push: 1683
- n_releases_24m: 0
Adoption not part of the score
1300 stars · 98 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Redux store enhancer that syncs all or a subset of your Redux store state to localStorage. It supports custom storage keys, custom slicers for selecting state, and pluggable serialization for immutable collections.
Use cases
- persist redux state across page reloads
- save a subset of redux store to localstorage
- restore app state from browser storage on startup
- persist redux state in react native with asyncstorage
- customize which parts of redux state are saved
When to choose
- you use Redux and want simple browser-side state persistence
- you need to persist only top-level slices of your store
- you want a lightweight store enhancer rather than middleware
When to avoid
- you need nested path persistence without writing a custom slicer
- you need flexible storage backends and are not willing to use the 1.0 RC branch
- your project no longer uses Redux
Facets
library · maturity maintenance
state-management serialization caching frontend web-development developer-tools browser redux localstorage state-persistence store-enhancer nodejs javascript
2 sources
- readme: https://github.com/elgerlambert/redux-localstorage · fetched 2026-08-28 · 276d89440304
- registry_npm: https://registry.npmjs.org/redux-localstorage · fetched 2026-08-29 · a0af5b0bb267
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| elgerlambert/redux-localstorage | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="elgerlambert/redux-localstorage")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem