# pburtchaell/redux-promise-middleware

Enables robust, simple handling of async action creators in Redux

Repository: https://github.com/pburtchaell/redux-promise-middleware
Canonical: https://ross.abutalabs.com/products/redux-promise-middleware
Homepage: https://pburtchaell.gitbook.io/redux-promise-middleware/
Language: JavaScript
License: MIT
License Family: permissive
Topics: redux, async, promises, async-functions, optimistic-updates
Last push: 2026-06-29T16:51:07+00:00

## Health v2 (maintenance only)
Score: 63/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 8, longevity 100
- inputs: {"age_days": 4069, "days_push": 65, "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 1971, forks 182 (observed 2026-08-28T04:06:00.877795+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: middleware, state-management, web-framework
- domain: frontend, web-development, developer-tools
- platform: browser
- tags: redux, redux-middleware, promises, async-actions, optimistic-updates, javascript, nodejs

## Member repositories
- pburtchaell/redux-promise-middleware (main) score 63

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:00.877795+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-30T03:05:05.546757+00:00, confidence not recorded.
  - readme: https://github.com/pburtchaell/redux-promise-middleware (fetched 2026-08-28T04:06:00.877795+00:00, sha 476a9ac42950)
  - homepage: https://pburtchaell.gitbook.io/redux-promise-middleware/ (fetched 2026-08-29T10:44:58.714792+00:00, sha 38a02040773d)
  - registry_npm: https://registry.npmjs.org/redux-promise-middleware (fetched 2026-08-29T10:44:58.717345+00:00, sha 2d34ce49a734)
- Data as of 2026-08-30T08:39:29.467469+00:00.
