pburtchaell/redux-promise-middleware
Enables robust, simple handling of async action creators in Redux observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 90
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4069
- days_rel: n/a
- days_push: 65
- n_releases_24m: 0
Adoption not part of the score
1971 stars · 182 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 transforms actions with Promise payloads into pending and fulfilled/rejected actions for handling async action creators. It supports chaining actions with Redux Thunk and optimistic updates.
Use cases
- handle async actions in redux with pending and fulfilled states
- dispatch promise-based action creators in redux
- implement optimistic updates in a redux app
- chain redux actions after a promise resolves
- catch errors from rejected promises in redux reducers
- use async/await with redux actions
When to choose
- you use Redux and want declarative async action lifecycle handling
- you need automatic pending/fulfilled/rejected action types from a single dispatch
- you want optimistic update support in Redux
When to avoid
- you use Redux Toolkit, which has built-in createAsyncThunk
- your app does not use Redux
- you need server-side data fetching with caching (use React Query or similar)
Facets
library · maturity maintenance
middleware state-management web-framework frontend web-development developer-tools browser redux redux-middleware promises async-actions optimistic-updates javascript nodejs
3 sources
- readme: https://github.com/pburtchaell/redux-promise-middleware · fetched 2026-08-28 · 476a9ac42950
- homepage: https://pburtchaell.gitbook.io/redux-promise-middleware/ · fetched 2026-08-29 · 38a02040773d
- registry_npm: https://registry.npmjs.org/redux-promise-middleware · fetched 2026-08-29 · 2d34ce49a734
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pburtchaell/redux-promise-middleware | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="pburtchaell/redux-promise-middleware")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem