# redux-utilities/flux-standard-action

A human-friendly standard for Flux action objects.

Repository: https://github.com/redux-utilities/flux-standard-action
Canonical: https://ross.abutalabs.com/products/flux-standard-action
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-11-28T03:38:41+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": 4081, "days_push": 1009, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4713, forks 138 (observed 2026-08-28T04:08:57.409986+00:00)

## What it is
A specification and utility library defining Flux Standard Action (FSA), a human-friendly convention for the shape of Flux/Redux action objects with type, payload, error, and meta fields. It enables interoperable tooling by standardizing action structure across Flux implementations.

## Use cases
- standardize redux action object shapes
- validate that actions follow the fsa spec
- handle errors as first-class citizens in flux actions
- build redux middleware that relies on consistent action structure
- migrate a flux codebase to a common action format

## When to choose
- you use redux or flux and want consistent, predictable action objects
- you are building tooling or middleware that consumes redux actions
- you want error handling conventions baked into your action pattern

## When to avoid
- you use redux toolkit, which has its own action conventions
- your project does not use flux-style unidirectional data flow
- you need an actively developed library rather than a stable spec

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, serialization, developer-tools
- domain: frontend, web-development, developer-tools
- platform: browser
- tags: flux, redux, fsa, action-objects, specification, nodejs, javascript

## Member repositories
- redux-utilities/flux-standard-action (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:57.409986+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-29T18:19:08.803722+00:00, confidence not recorded.
  - readme: https://github.com/redux-utilities/flux-standard-action (fetched 2026-08-28T04:08:57.409986+00:00, sha d55004144e7e)
  - registry_npm: https://registry.npmjs.org/flux-standard-action (fetched 2026-08-29T09:03:10.544365+00:00, sha a95d6653a243)
- Data as of 2026-08-30T08:39:29.467469+00:00.
