# redux-utilities/redux-promise

FSA-compliant promise middleware for Redux.

Repository: https://github.com/redux-utilities/redux-promise
Canonical: https://ross.abutalabs.com/products/redux-promise
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-01-21T15:40:28+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4081, "days_push": 1320, "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 2644, forks 115 (observed 2026-08-28T04:07:06.631378+00:00)

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

## Member repositories
- redux-utilities/redux-promise (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:06.631378+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-30T02:19:01.006213+00:00, confidence not recorded.
  - readme: https://github.com/redux-utilities/redux-promise (fetched 2026-08-28T04:07:06.631378+00:00, sha d265dfd8654e)
  - registry_npm: https://registry.npmjs.org/redux-promise (fetched 2026-08-29T10:02:06.386953+00:00, sha 48afa85249ca)
- Data as of 2026-08-30T08:39:29.467469+00:00.
