pedronauck/reworm
🍫 the simplest way to manage state observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 72
- 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: 2938
- days_rel: n/a
- days_push: 170
- n_releases_24m: 0
Adoption not part of the score
1459 stars · 26 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Reworm is a tiny React state management library that lets you create and update state with simple get/set calls, avoiding Redux-style boilerplate like actions and reducers. It provides a Provider component, selectors, and subscriptions for listening to state changes.
Use cases
- manage state in a react app without redux boilerplate
- create shared state with a simple get/set api
- replace redux or react-context for lightweight state
- subscribe to state changes in react components
- define reusable selectors for derived state
When to choose
- you want minimal-boilerplate state management for small or medium react apps
- you find redux actions/reducers too verbose for your needs
- you want a simple alternative to react context for shared state
When to avoid
- you need devtools, middleware, or a large ecosystem around your state layer
- you need server-state caching and async data fetching (use react-query or similar)
- you need a battle-tested solution actively maintained for modern react versions
Facets
library · maturity maintenance
state-management frontend web-development browser react redux-alternative react-context minimal-boilerplate nodejs
2 sources
- readme: https://github.com/pedronauck/reworm · fetched 2026-08-28 · 6099a59b87c4
- registry_npm: https://registry.npmjs.org/reworm · fetched 2026-08-29 · 1cb49620a215
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pedronauck/reworm | main | 55 |
For agents
markdown · JSON · MCP: product_card(name="pedronauck/reworm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem