CharlesStover/reactn
React, but with built-in global state management. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 2895
- days_rel: n/a
- days_push: 1296
- n_releases_24m: 0
Adoption not part of the score
1869 stars · 86 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ReactN is a drop-in extension of React that adds built-in global state management, exposing hooks like useGlobal and useDispatch as well as class component support via this.global and a @reactn decorator. It aims to make global state feel like native React state without third-party boilerplate.
Use cases
- manage global state in react apps without redux
- share state between react components with hooks
- replace redux with simpler global state
- use global reducers in react function components
- add global state to react class components
- avoid boilerplate in react state management
When to choose
- you want global state that feels like native React useState/useReducer
- you maintain a legacy React codebase with class components
- you want a minimal, zero-boilerplate alternative to Redux
When to avoid
- you need a actively maintained library - the last release was 2023 and development has stalled
- you need middleware, devtools, or a large ecosystem around your state management
- you are starting a new project where Redux Toolkit, Zustand, or Jotai are better supported
Facets
library · maturity maintenance
state-management frontend-framework frontend web-development developer-tools cross-platform react global-state hooks typescript redux-alternative nodejs web-server
3 sources
- readme: https://github.com/CharlesStover/reactn · fetched 2026-08-28 · 15b15a632742
- homepage: https://www.npmjs.com/package/reactn · fetched 2026-08-29 · 694a7cacc698
- registry_npm: https://registry.npmjs.org/reactn · fetched 2026-08-29 · d29020b7f4e6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| CharlesStover/reactn | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="CharlesStover/reactn")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem