tshelburne/redux-batched-actions
redux higher order reducer + action to reduce actions under a single subscriber notification 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: 3971
- days_rel: n/a
- days_push: 889
- n_releases_24m: 0
Adoption not part of the score
1036 stars · 32 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Redux utility providing a batching action creator and higher-order reducer that dispatches multiple actions while triggering only a single subscriber notification. It also includes optional middleware for dispatching bundled actions through other middlewares.
Use cases
- batch multiple redux actions into one subscriber notification
- reduce performance overhead from many dispatches in react-redux apps
- combine loading and data actions from async thunks into one update
- dispatch several actions so middlewares still see each one
- group related state updates under a single combined action type
When to choose
- you use Redux and notice excessive re-renders from rapid sequential dispatches
- you want async flows (e.g. thunks) to commit multiple state changes atomically for subscribers
- you need other middlewares to observe each bundled action while batching notifications
When to avoid
- you use Redux Toolkit, which already includes batched notifications via its listener middleware and auto-batching in React 18
- your app does not use Redux
- you need batching outside the Redux ecosystem
Facets
library · maturity maintenance
state-management middleware frontend web-development developer-tools browser cross-platform redux batching react action-creator higher-order-reducer nodejs
2 sources
- readme: https://github.com/tshelburne/redux-batched-actions · fetched 2026-08-28 · 85d084fad126
- registry_npm: https://registry.npmjs.org/redux-batched-actions · fetched 2026-08-29 · 7d79d0105387
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tshelburne/redux-batched-actions | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="tshelburne/redux-batched-actions")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem