# redux-utilities/redux-actions

Flux Standard Action utilities for Redux.

Repository: https://github.com/redux-utilities/redux-actions
Canonical: https://ross.abutalabs.com/products/redux-actions
Homepage: https://redux-actions.js.org
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2024-07-21T16:45:27+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": 773, "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 6453, forks 289 (observed 2026-08-28T04:09:43.514065+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: state-management, developer-tools
- domain: frontend, web-development, developer-tools
- platform: browser, cross-platform
- tags: redux, flux-standard-action, action-creators, reducers, javascript, nodejs

## Member repositories
- redux-utilities/redux-actions (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:43.514065+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-29T17:44:39.030296+00:00, confidence not recorded.
  - readme: https://github.com/redux-utilities/redux-actions (fetched 2026-08-28T04:09:43.514065+00:00, sha 0924d2794024)
  - homepage: https://redux-actions.js.org (fetched 2026-08-29T08:41:40.383820+00:00, sha af33192158bb)
  - registry_npm: https://registry.npmjs.org/redux-actions (fetched 2026-08-29T08:41:40.395308+00:00, sha 801eb6115b7f)
  - site_page: https://redux-actions.js.org/changelog (fetched 2026-08-29T08:41:40.393188+00:00, sha 109217dbdbf0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
