Ross ROSS = Recommend OSS · open-source software intelligence for agents

redux-utilities/flux-standard-action

A human-friendly standard for Flux action objects. observed · 2026-08-28

github.com/redux-utilities/flux-standard-action · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 4081
  • days_rel: n/a
  • days_push: 1009
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4713 stars · 138 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

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

library · maturity maintenance

state-management serialization developer-tools frontend web-development developer-tools browser flux redux fsa action-objects specification nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
redux-utilities/flux-standard-actionmain23

For agents

markdown · JSON · MCP: product_card(name="redux-utilities/flux-standard-action")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem