# pedronauck/reworm

🍫 the simplest way to manage state

Repository: https://github.com/pedronauck/reworm
Canonical: https://ross.abutalabs.com/products/reworm
Language: TypeScript
License: MIT
License Family: permissive
Topics: react, state-management, redux, state, react-context
Last push: 2026-03-16T14:47:22+00:00

## Health v2 (maintenance only)
Score: 55/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 72, release rhythm 8, longevity 100
- inputs: {"age_days": 2938, "days_push": 170, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1459, forks 26 (observed 2026-08-28T04:04:47.189780+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: state-management
- domain: frontend, web-development
- platform: browser
- tags: react, redux-alternative, react-context, minimal-boilerplate, nodejs

## Member repositories
- pedronauck/reworm (main) score 55

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:47.189780+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:35:28.249676+00:00, confidence not recorded.
  - readme: https://github.com/pedronauck/reworm (fetched 2026-08-28T04:04:47.189780+00:00, sha 6099a59b87c4)
  - registry_npm: https://registry.npmjs.org/reworm (fetched 2026-08-29T11:44:34.041275+00:00, sha 1cb49620a215)
- Data as of 2026-08-30T08:39:29.467469+00:00.
