redux-utilities/redux-promise
FSA-compliant promise middleware for Redux. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 4081
- days_rel: n/a
- days_push: 1320
- n_releases_24m: 0
Adoption not part of the score
2644 stars · 115 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Redux middleware that handles promises and Flux Standard Actions with promise payloads, dispatching resolved or rejected values as actions. It returns a promise to the caller, which is useful for waiting on async operations such as server-side rendering.
Use cases
- dispatch async actions in redux
- handle promise payloads in redux actions
- wait for async redux actions to finish before rendering
- use async action creators with redux-actions
- server-side rendering with redux async data
When to choose
- you use Redux with FSA-compliant actions and want minimal promise handling
- you need a tiny middleware to resolve promise payloads into dispatched actions
- you combine redux-actions with async API calls
When to avoid
- you need optimistic updates or dispatch-on-start behavior
- you prefer modern solutions like Redux Toolkit's createAsyncThunk or RTK Query
- your project does not use Redux
Facets
library · maturity maintenance
middleware state-management web-framework frontend web-development developer-tools browser redux promise flux-standard-action async-actions redux-middleware nodejs javascript
2 sources
- readme: https://github.com/redux-utilities/redux-promise · fetched 2026-08-28 · d265dfd8654e
- registry_npm: https://registry.npmjs.org/redux-promise · fetched 2026-08-29 · 48afa85249ca
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| redux-utilities/redux-promise | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="redux-utilities/redux-promise")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem