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

redux-utilities/redux-actions

Flux Standard Action utilities for Redux. observed · 2026-08-28

github.com/redux-utilities/redux-actions · homepage · 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: 773
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6453 stars · 289 forks observed · 2026-08-28

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

redux-actions is a JavaScript utility library providing helpers like createActions, handleActions, and combineActions for working with Flux Standard Actions in Redux applications. It reduces boilerplate when defining action creators and reducers.

Use cases

  • reduce redux action boilerplate
  • create action creators from a config object
  • write reducers with handleActions instead of switch statements
  • handle multiple action types in one reducer case
  • enforce flux standard action conventions

When to choose

  • you use Redux and want less boilerplate for actions and reducers
  • you want FSA-compliant action handling

When to avoid

  • you use Redux Toolkit, which covers this with createSlice
  • you don't use Redux
  • you need a library under active development

Facets

library · maturity maintenance

state-management developer-tools frontend web-development developer-tools browser cross-platform redux flux-standard-action action-creators reducers javascript nodejs

4 sources

Member repositories

RepositoryRoleHealth v2
redux-utilities/redux-actionsmain23

For agents

markdown · JSON · MCP: product_card(name="redux-utilities/redux-actions")

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