storeon/storeon
🌩 A tiny (185 bytes) event-based Redux-like state manager for React, Preact, Angular, Vue, and Svelte 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2727
- days_rel: n/a
- days_push: 631
- n_releases_24m: 0
Adoption not part of the score
1976 stars · 68 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Storeon is a tiny (~180 bytes) event-based Redux-like state management library for React, Preact, Angular, Vue, and Svelte. It tracks state changes granularly and re-renders only affected components, with a modular API for moving business logic out of components.
Use cases
- manage state in a React app without Redux's boilerplate
- keep frontend bundle size under a few hundred bytes
- share state between React and Preact components with hooks
- move business logic out of UI components into modules
- sync app state across browser tabs or via WebSocket
- add undo/redo to application state
When to choose
- you need an extremely small Redux-like state manager for React or Preact
- you want hooks-based state with selective re-rendering
- you prefer a minimal event-driven API over Redux's action/reducer ceremony
When to avoid
- starting a new project - Storeon is deprecated in favor of Nano Stores
- you need a large ecosystem, middleware, or long-term support
- you rely on Redux DevTools workflows or existing Redux tooling
Facets
library · maturity maintenance
state-management frontend-framework frontend web-development browser cross-platform redux-like tiny-bundle hooks react preact vue svelte angular event-based deprecated nodejs
4 sources
- readme: https://github.com/storeon/storeon · fetched 2026-08-28 · 9af7eced144d
- homepage: https://evilmartians.com/chronicles/storeon-redux-in-173-bytes · fetched 2026-08-29 · 9e35fc2d8bb0
- registry_npm: https://registry.npmjs.org/storeon · fetched 2026-08-29 · bf9acece96eb
- site_page: https://evilmartians.com/chronicles/size-limit-make-the-web-lighter · fetched 2026-08-29 · 5abd75b38fc5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| storeon/storeon | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem