lelandrichardson/redux-pack
Sensible promise handling and middleware for redux observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 65
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3575
- days_rel: n/a
- days_push: 215
- n_releases_24m: 0
Adoption not part of the score
1331 stars · 43 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
middleware state-management web-framework frontend web-development developer-tools browser redux promise-handling async-actions react flux nodejs javascript
2 sources
- readme: https://github.com/lelandrichardson/redux-pack · fetched 2026-08-28 · 43c57beafc43
- registry_npm: https://registry.npmjs.org/redux-pack · fetched 2026-08-29 · 5f596f27f720
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lelandrichardson/redux-pack | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="lelandrichardson/redux-pack")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem