# acdlite/flummox

Minimal, isomorphic Flux.

Repository: https://github.com/acdlite/flummox
Canonical: https://ross.abutalabs.com/products/flummox
Homepage: http://acdlite.github.io/flummox
Language: JavaScript
License Family: other
Last push: 2017-08-04T14:03:48+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4331, "days_push": 3316, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1682, forks 109 (observed 2026-08-28T04:05:21.777977+00:00)

## What it is
Flummox is a minimal, isomorphic Flux state management library for JavaScript and React, encapsulating stores, actions, and the dispatcher into classes with no singletons. It is no longer maintained; the author recommends Redux instead.

## Use cases
- manage state in a React app with Flux architecture
- build isomorphic (server-rendered) React applications
- avoid singletons in Flux stores and actions
- handle async actions with promises in Flux
- serialize and deserialize store state for faster page loads

## When to choose
- you are maintaining a legacy codebase already built on Flummox
- you need a tiny, class-based Flux implementation with isomorphic support

## When to avoid
- starting a new project — use Redux or a modern state library instead
- you need actively maintained software with community support
- you want official support for modern React versions

## Facets
- artifact type: library
- maturity: abandoned
- function: state-management
- domain: frontend, web-development
- platform: browser
- tags: flux, isomorphic, react, es6, deprecated, nodejs

## Member repositories
- acdlite/flummox (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:21.777977+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:41:21.474598+00:00, confidence not recorded.
  - readme: https://github.com/acdlite/flummox (fetched 2026-08-28T04:05:21.777977+00:00, sha 5922e487f5e2)
  - homepage: http://acdlite.github.io/flummox (fetched 2026-08-29T11:14:35.017339+00:00, sha c59798dd3cb5)
  - registry_npm: https://registry.npmjs.org/flummox (fetched 2026-08-29T11:14:35.027280+00:00, sha ee191eed37ed)
- Data as of 2026-08-30T08:39:29.467469+00:00.
