reflux/refluxjs
A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4446
- days_rel: n/a
- days_push: 2477
- n_releases_24m: 0
Adoption not part of the score
5314 stars · 321 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RefluxJS is a simple JavaScript library implementing a unidirectional dataflow architecture inspired by Facebook's Flux, built around actions and stores with React extensions. It lets React components trigger actions that flow through data stores and back into component state.
Use cases
- manage application state in React apps with a Flux-like pattern
- implement unidirectional dataflow with actions and stores
- decouple React components from data mutation logic
- replace MVC patterns with a single-direction data flow
- create lightweight stores that update React component state
When to choose
- you maintain a legacy React codebase already using Reflux
- you want a minimal, simpler alternative to full Flux implementations
- you prefer functional-style unidirectional dataflow without heavy boilerplate
When to avoid
- you are starting a new React project — modern options like Redux, Zustand, or React's built-in state tools are actively maintained
- you need a state management solution with ongoing updates and community support
- your project uses React versions incompatible with this aging library
Facets
library · maturity maintenance
state-management frontend-framework web-development frontend browser cross-platform flux react unidirectional-dataflow actions stores javascript nodejs
1 source
- readme: https://github.com/reflux/refluxjs · fetched 2026-08-28 · 262aa1511051
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reflux/refluxjs | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem