goatslacker/alt
Isomorphic flux implementation observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 4275
- days_rel: n/a
- days_push: 1254
- n_releases_24m: 0
Adoption not part of the score
3427 stars · 313 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Alt is a small, terse Flux implementation for JavaScript applications with first-class isomorphic (server-side rendering) support. It provides actions, stores, snapshots, and bootstrap utilities following Flux's unidirectional data flow with minimal boilerplate.
Use cases
- manage state in a react app with flux
- build an isomorphic javascript app with server-side rendering
- replace boilerplate flux dispatcher and constants
- take snapshots of application state for debugging or persistence
- handle async data fetching with unidirectional flow
- use flux with react-native
When to choose
- you want a lightweight, flux-compliant state library with minimal boilerplate
- you need isomorphic rendering with state serialization between server and client
- you prefer ES6 class-based actions and stores
When to avoid
- you are starting a new project - modern alternatives like Redux, Zustand, or React's built-in state tools are actively maintained
- you need long-term support or recent updates - the project has been dormant for years
- you want a large ecosystem of middleware and devtools
Facets
library · maturity abandoned
state-management frontend-framework web-development frontend browser cross-platform flux isomorphic react unidirectional-data-flow es6 state-snapshots server-side-rendering nodejs
10 sources
- readme: https://github.com/goatslacker/alt · fetched 2026-08-28 · 2be423220e7c
- homepage: http://alt.js.org/ · fetched 2026-08-29 · f32fbc2b9bd7
- site_page: http://alt.js.org/docs · fetched 2026-08-29 · 6e5b6ef43e78
- site_page: http://alt.js.org/docs/createActions · fetched 2026-08-29 · 09de18b19a6b
- site_page: http://alt.js.org/docs/actions · fetched 2026-08-29 · 6386ae4b6ddb
- site_page: http://alt.js.org/docs/createStore · fetched 2026-08-29 · 62b84e05f190
- site_page: http://alt.js.org/docs/stores · fetched 2026-08-29 · b9a5ba6a3b2f
- site_page: http://alt.js.org/docs/async · fetched 2026-08-29 · 3cac0134da3c
- site_page: http://alt.js.org/docs/lifecycleListeners · fetched 2026-08-29 · 8a1111cdbbc9
- site_page: http://alt.js.org/docs/bootstrap · fetched 2026-08-29 · f88e17ead9af
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| goatslacker/alt | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem