redux higher order reducer + action to reduce actions under a single subscriber notification
☆1,041Mar 27, 2024Updated last year
Alternatives and similar repositories for redux-batched-actions
Users that are interested in redux-batched-actions are comparing it to the libraries listed below
Sorting:
- store enhancer for https://github.com/reactjs/redux which allows batching subscribe notifications.☆503Jul 15, 2018Updated 7 years ago
- higher-order reducer to ignore redux actions☆840Jan 2, 2026Updated 2 months ago
- Selector library for Redux☆19,059Sep 26, 2025Updated 5 months ago
- Flux Standard Action utilities for Redux.☆6,474Jul 21, 2024Updated last year
- Enhance your Redux store to support batched actions☆171Dec 3, 2022Updated 3 years ago
- A React utility belt for function components and higher-order components.☆15,024Sep 10, 2022Updated 3 years ago
- Batch React updates that occur as a result of Redux dispatches, to prevent cascading renders. See https://github.com/gaearon/redux/issues…☆223Jun 1, 2016Updated 9 years ago
- A mock store for testing Redux async action creators and middleware.☆2,504Jan 3, 2025Updated last year
- Normalizes nested JSON according to a schema☆20,880Mar 19, 2022Updated 3 years ago
- A library that ports Elm's effect system to Redux☆1,952Mar 19, 2024Updated last year
- An alternative side effect model for Redux apps☆22,486Dec 4, 2025Updated 3 months ago
- Ruthlessly simple bindings to keep react-router and redux in sync☆7,767Oct 26, 2018Updated 7 years ago
- Optimistically apply actions that can be later commited or reverted.☆774May 3, 2020Updated 5 years ago
- higher order reducer to add undo/redo functionality to redux state containers☆2,910Jan 2, 2026Updated 2 months ago
- RxJS middleware for action side effects in Redux using "Epics"☆7,825Dec 9, 2025Updated 3 months ago
- Reliably communicate state changes to deeply nested React elements☆1,317Nov 20, 2022Updated 3 years ago
- redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.☆1,873Mar 28, 2022Updated 3 years ago
- A Higher Order Component using react-redux to keep form state in a Redux store☆12,516Jun 13, 2024Updated last year
- Redux bindings for React Router – keep your router state inside your Redux store☆2,291Jul 7, 2021Updated 4 years ago
- Redux bindings for client-side search☆1,401Dec 11, 2020Updated 5 years ago
- Universal data fetching and route lifecycle management for React etc.☆1,097Jun 13, 2018Updated 7 years ago
- persist and rehydrate a redux store☆13,001May 1, 2024Updated last year
- Logger for Redux☆5,734Aug 20, 2020Updated 5 years ago
- Puts your console on blast when React is making unnecessary updates.☆4,940Sep 23, 2017Updated 8 years ago
- FSA-compliant promise middleware for Redux.☆2,653Jan 21, 2023Updated 3 years ago
- JavaScript Testing utilities for React