# tshelburne/redux-batched-actions

redux higher order reducer + action to reduce actions under a single subscriber notification

Repository: https://github.com/tshelburne/redux-batched-actions
Canonical: https://ross.abutalabs.com/products/redux-batched-actions
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2024-03-27T12:02:26+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3971, "days_push": 889, "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 1036, forks 32 (observed 2026-08-28T04:03:19.347929+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: state-management, middleware
- domain: frontend, web-development, developer-tools
- platform: browser, cross-platform
- tags: redux, batching, react, action-creator, higher-order-reducer, nodejs

## Member repositories
- tshelburne/redux-batched-actions (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:19.347929+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-30T07:04:43.536969+00:00, confidence not recorded.
  - readme: https://github.com/tshelburne/redux-batched-actions (fetched 2026-08-28T04:03:19.347929+00:00, sha 85d084fad126)
  - registry_npm: https://registry.npmjs.org/redux-batched-actions (fetched 2026-08-29T13:05:30.363832+00:00, sha 7d79d0105387)
- Data as of 2026-08-30T08:39:29.467469+00:00.
