Ross ROSS = Recommend OSS · open-source software intelligence for agents

CharlesStover/reactn

React, but with built-in global state management. observed · 2026-08-28

github.com/CharlesStover/reactn · homepage · TypeScript · MIT (permissive) · archived 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
CharlesStover/reactnmain10

For agents

markdown · JSON · MCP: product_card(name="CharlesStover/reactn")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem