reatom/reatom
Reatom - the ultimate state manager observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 98
- Release rhythm 82
- 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: 0
- age_days: 2678
- days_rel: 43
- days_push: 14
- n_releases_24m: 102
Adoption not part of the score
1364 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Reatom is a reactive state management library for TypeScript and JavaScript, built on a few core primitives (atom, computed, action, effect). It is framework-agnostic with adapters (e.g. React) and emphasizes small bundle size, async effects handling, and debugging with cause tracking.
Use cases
- manage application state in a React SPA
- replace Redux with a lightweight reactive store
- handle async data fetching with caching and cancellation
- build small reusable widgets with shared reactive state
- derive computed values from reactive state
- debug complex async state flows with cause tracking
When to choose
- you want a tiny (~2 KB) state manager with strong TypeScript inference
- you need fine-grained reactive updates without proxies
- your app has complex async flows needing cancellation and retries
- you want framework-agnostic state with React or other adapters
When to avoid
- you need a batteries-included framework with routing and data layers built in
- your team prefers proxy-based reactivity like Vue or MobX
- you are working outside the JavaScript/TypeScript ecosystem
Facets
library · maturity active
state-management frontend web-development browser cross-platform reactive-programming react typescript flux atomization async-effects nodejs
1 source
- readme: https://github.com/reatom/reatom · fetched 2026-08-28 · 7edf358bf455
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reatom/reatom | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem