agraboso/redux-api-middleware
Redux middleware for calling an API. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4034
- days_rel: n/a
- days_push: 1338
- n_releases_24m: 0
Adoption not part of the score
1472 stars · 192 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Redux middleware for calling APIs using Redux Standard API-calling Actions (RSAAs). It intercepts RSAA actions and dispatches Flux Standard Actions for request, success, and failure lifecycle states.
Use cases
- call REST APIs from Redux actions
- dispatch request/success/failure actions for API calls
- manage async API call lifecycle in Redux store
- standardize API error handling in Redux
- fetch JSON endpoints with Redux middleware
When to choose
- you use Redux and want declarative API call actions
- you need consistent request/success/failure action patterns
- you want lightweight middleware around fetch for Redux
When to avoid
- you use Redux Toolkit with RTK Query or createAsyncThunk
- your app does not use Redux
- you need GraphQL or caching features
Facets
library · maturity maintenance
middleware http-client state-management web-development frontend apis browser redux redux-middleware flux-standard-actions api-calls fetch nodejs javascript
2 sources
- readme: https://github.com/agraboso/redux-api-middleware · fetched 2026-08-28 · 3e191933dd0a
- registry_npm: https://registry.npmjs.org/redux-api-middleware · fetched 2026-08-29 · 2a372a82019f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| agraboso/redux-api-middleware | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="agraboso/redux-api-middleware")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem