redux-batched-updates
Update blocker
Prevents cascading React updates triggered by Redux dispatches
Batch React updates that occur as a result of Redux dispatches, to prevent cascading renders. See https://github.com/gaearon/redux/issues/125 for more details.
222 stars
7 watching
12 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tappleby/redux-batched-subscribe | Enhances Redux store to batch subscribe notifications for improved performance. | 504 |
acstll/chopped-redux | A simplified implementation of a predictable state container for JavaScript applications | 1 |
acdlite/redux-rx | A library that provides reactive utilities for building connected components in Redux applications | 1,007 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
brigad/redux-rest-easy | A tool for generating and managing Redux state for network requests in React and React Native applications | 106 |
posabsolute/redux-flash-notification | A Redux plugin for displaying notifications with customizable text and styles. | 53 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
tngan/loopback-redux-react-boilerplate | A pre-configured environment for building Redux-React applications using LoopBack. | 107 |
yorunohikage/redux-devtools-dispatch | A tool to manually dispatch actions in Redux applications for testing purposes | 142 |
knowbody/react-redux-boilerplate | Provides a pre-configured setup for building state-managed applications with React and Redux | 84 |
dianasuvorova/eslint-plugin-react-redux | Enforces best practices for using React and Redux together in JavaScript applications | 82 |
cyclejs-community/redux-cycles | A library that integrates functional reactive programming with Redux to handle side effects in a declarative way | 744 |
calesce/redux-slider-monitor | An extension for Redux DevTools to replay recorded Redux actions using a slider-based interface. | 207 |
reduxjs/angular-redux | Angular bindings for Redux to simplify state management in Angular applications | 71 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |