Unstated
200 bytes to never think about React state management libraries ever again 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2681
- days_rel: n/a
- days_push: 1665
- n_releases_24m: 0
Adoption not part of the score
4186 stars · 139 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Unstated is a tiny React state management library that shares component-like state across the component tree using Provider/Subscribe containers, with Unstated Next as its modern hooks-based successor. It offers a minimal alternative to Redux without extra architecture or ceremony.
Use cases
- share state between React components without Redux
- manage global state with React hooks
- replace Redux with a simpler state container
- lift component state to a shared container
- minimal state management for small React apps
When to choose
- you want Redux-like shared state with almost no boilerplate
- you prefer React's setState mental model
- you want a tiny dependency for small-to-medium React apps
When to avoid
- you need devtools, middleware, or time-travel debugging
- you need very high-frequency state updates or large-scale store architecture
- you need a library under active development
Facets
library · maturity maintenance
state-management frontend-framework frontend web-development browser cross-platform react hooks context-api minimal-state unstated-next nodejs
1 source
- readme: https://github.com/jamiebuilds/unstated-next · fetched 2026-08-28 · ab5c3580ce38
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jamiebuilds/unstated-next | main | 32 |
| jamiebuilds/unstated | mirror | 32 |
For agents
markdown · JSON · MCP: product_card(name="jamiebuilds/unstated-next")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem