heluxjs/helux
A reactive atomic state engine for React(including React 18) and all React like, carrying dependency collection feature, supporting fine-grained updates. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 93
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2669
- days_rel: n/a
- days_push: 44
- n_releases_24m: 0
Adoption not part of the score
1388 stars · 69 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Helux is a reactive atomic state management engine for React and React-like frameworks, built on the fast immutable-js library limu. It combines atoms, signals, automatic dependency collection, and derived state to enable fine-grained, high-performance UI updates.
Use cases
- manage shared state in React apps without prop drilling
- replace Redux or Recoil with a lighter reactive state engine
- achieve fine-grained DOM-level re-renders with signals instead of hooks
- handle async task loading states and errors in components
- build two-way data binding for forms
- structure large frontend apps with modular state definitions like Pinia
- derive state reactively from other state nodes with minimal update granularity
When to choose
- you use React, Preact, or React-like frameworks and want fine-grained reactive updates
- you want dependency-tracked state without splitting state into tiny atoms
- you prefer mutable-style draft updates with immutable performance
- you want a Pinia-like store API in React
- you need built-in loading management, sync/two-way binding, and plugin support
When to avoid
- your project uses a framework outside the React ecosystem like Vue or Angular natively
- you need a battle-tested giant ecosystem with extensive middleware like Redux
- your team prefers minimal dependencies and plain built-in React state for small apps
- you require server-state caching features like React Query provides
Facets
library · maturity active
state-management frontend-framework frontend web-development cross-platform react atom signal dependency-collection fine-grained-updates immutable proxy redux-alternative recoil-alternative typescript reactive nodejs web-server
3 sources
- readme: https://github.com/heluxjs/helux · fetched 2026-08-28 · 97aba6fdb174
- homepage: https://heluxjs.github.io/helux/ · fetched 2026-08-29 · 44136fa355b3
- registry_npm: https://registry.npmjs.org/helux · fetched 2026-08-29 · cbfee57a8a97
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| heluxjs/helux | main | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem