redux-batched-subscribe

Store enhancer

Enhances Redux store to batch subscribe notifications for improved performance.

store enhancer for https://github.com/reactjs/redux which allows batching subscribe notifications.

GitHub

504 stars
8 watching
32 forks
Language: JavaScript
last commit: about 8 years ago
Linked from 1 awesome list

batchingperformancereduxstore-enhancer

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
posabsolute/redux-flash-notificationA Redux plugin for displaying notifications with customizable text and styles.53
sskyy/redux-taskManages asynchronous side effects in Redux applications by abstracting away boilerplate code and providing an easy way to handle task states.103
acdlite/redux-batched-updatesPrevents cascading React updates triggered by Redux dispatches222
samiskin/redux-electron-storeSynchronizes Redux stores across multiple processes in an Electron application.375
titouancreach/vuejs-reduxA flexible way to connect Vue.js and Redux stores for building state management systems57
redux-things/redux-actions-assertionsLibrary for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing.188
kolesoffac/vue-redux-prepare-propsHelps manage computed properties and side effects in Vue.js applications with Redux state1
yildizberkay/redux-exampleA sample React project demonstrating the use of Redux as a state container to manage complex applications90
lukasz-pluszczewski/redux-better-promiseMiddleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power15
elgerlambert/redux-localstorageSyncs a subset of Redux store state to local storage1,320
idolize/redux-requestsManages in-flight requests with a Redux reducer to avoid issuing duplicate requests243
pburtchaell/redux-promise-middlewareEnables simple handling of async action creators in Redux1,982
d6u/redux-observable-middlewareMiddleware for subscribing to observables in Redux action creators.57
dwyl/learn-reduxA comprehensive guide to learning Redux for managing state in web and mobile applications446
acstll/chopped-reduxA simplified implementation of a predictable state container for JavaScript applications1