developit/stockroom
🗃 Offload your store management to a worker easily. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 3149
- days_rel: n/a
- days_push: 2584
- n_releases_24m: 0
Adoption not part of the score
1744 stars · 44 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Stockroom is a small JavaScript library that runs a Unistore store and its actions inside a Web Worker, with optimized bidirectional state synchronization to the main thread. It keeps the same API as Unistore, gracefully degrading to inline (main-thread) operation when Workers are unsupported.
Use cases
- offload state management and store actions to a web worker
- keep heavy reducer logic off the main thread in a Preact or React app
- share a single centralized store between worker and UI thread
- run centralized actions in a background thread with main-thread fallback
- subscribe to worker-managed state updates on the main thread
When to choose
- you already use Unistore and want worker-based state management with minimal changes
- your store actions are computationally heavy and block the UI thread
- you want a tiny Redux-like state container that runs in a Web Worker
When to avoid
- your app doesn't use Unistore or a compatible tiny store API
- you need a full-featured state management solution like Redux or Zustand with middleware ecosystem
- you need actively maintained software - the last release was in 2019 and there is no license file in the repo
Facets
library · maturity maintenance
state-management concurrency frontend web-development developer-tools browser unistore web-worker flux state-container preact redux-alternative javascript web-workers
2 sources
- readme: https://github.com/developit/stockroom · fetched 2026-08-28 · 788fe677785d
- registry_npm: https://registry.npmjs.org/stockroom · fetched 2026-08-29 · 2e191b740a45
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| developit/stockroom | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="developit/stockroom")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem