# lelandrichardson/redux-pack

Sensible promise handling and middleware for redux

Repository: https://github.com/lelandrichardson/redux-pack
Canonical: https://ross.abutalabs.com/products/redux-pack
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-01-30T20:33:06+00:00

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

## Adoption (not part of the score)
Stars 1331, forks 43 (observed 2026-08-28T04:04:24.286279+00:00)

## What it is
A Redux middleware library that provides declarative, promise-based handling of async action lifecycles (start/success/failure) in a single dispatch. It replaces verbose redux-thunk patterns to avoid multiple dispatches and inconsistent intermediate store states.

## Use cases
- handle async promise lifecycle actions in redux
- replace redux-thunk boilerplate for data fetching
- avoid multiple dispatches causing inconsistent store states
- declaratively manage loading/success/error states in reducers
- normalize async API response data in redux

## When to choose
- You use Redux and want cleaner async action handling than redux-thunk
- You want a single action dispatch per async transaction
- You want declarative promise lifecycle handling in reducers

## When to avoid
- You use Redux Toolkit, which has built-in async handling (createAsyncThunk)
- Your project doesn't use Redux
- You need server-side state management like React Query or SWR

## Facets
- artifact type: library
- maturity: maintenance
- function: middleware, state-management, web-framework
- domain: frontend, web-development, developer-tools
- platform: browser
- tags: redux, promise-handling, async-actions, react, flux, nodejs, javascript

## Member repositories
- lelandrichardson/redux-pack (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:24.286279+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-30T04:45:18.011292+00:00, confidence not recorded.
  - readme: https://github.com/lelandrichardson/redux-pack (fetched 2026-08-28T04:04:24.286279+00:00, sha 43c57beafc43)
  - registry_npm: https://registry.npmjs.org/redux-pack (fetched 2026-08-29T12:04:40.017903+00:00, sha 5f596f27f720)
- Data as of 2026-08-30T08:39:29.467469+00:00.
