umijs/hox
State sharing for React components. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 2513
- days_rel: n/a
- days_push: 876
- n_releases_24m: 0
Adoption not part of the score
1454 stars · 97 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Hox is a lightweight state-sharing library for React that lets you create shared stores using the same hooks DSL as regular components. It supports both local and global state with minimal learning cost and strong TypeScript support.
Use cases
- share state between React components without prop drilling
- convert a component's local state into a global store
- manage global application state with React hooks
- avoid boilerplate when writing React state stores
- share state across React components with TypeScript support
When to choose
- you want a minimal, hooks-based state sharing solution for React
- you want to reuse existing React knowledge with almost no learning curve
- you need to easily refactor local component state into shared state
- you value good TypeScript support and performance in a small library
When to avoid
- you need a full-featured state management solution with middleware, devtools, and time-travel debugging
- your project does not use React
- you prefer a store-based API with actions and reducers rather than hooks
- you need state management outside of React components
Facets
library · maturity active
state-management frontend web-development browser react react-hooks global-state shared-state typescript nodejs
2 sources
- readme: https://github.com/umijs/hox · fetched 2026-08-28 · 5c28dabe85d0
- homepage: https://hox.js.org · fetched 2026-08-29 · 024f39e5465d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| umijs/hox | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem