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: over 6 years ago
Linked from 1 awesome list

batchingperformancereduxstore-enhancer

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
posabsolute/redux-flash-notification A Redux plugin for displaying notifications with customizable text and styles. 53
sskyy/redux-task Manages asynchronous side effects in Redux applications by abstracting away boilerplate code and providing an easy way to handle task states. 103
acdlite/redux-batched-updates Prevents cascading React updates triggered by Redux dispatches 222
samiskin/redux-electron-store Synchronizes Redux stores across multiple processes in an Electron application. 375
titouancreach/vuejs-redux A flexible way to connect Vue.js and Redux stores for building state management systems 57
redux-things/redux-actions-assertions Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing. 188
kolesoffac/vue-redux-prepare-props Helps manage computed properties and side effects in Vue.js applications with Redux state 1
yildizberkay/redux-example A sample React project demonstrating the use of Redux as a state container to manage complex applications 90
lukasz-pluszczewski/redux-better-promise Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power 15
elgerlambert/redux-localstorage Syncs a subset of Redux store state to local storage 1,322
idolize/redux-requests Manages in-flight requests with a Redux reducer to avoid issuing duplicate requests 243
pburtchaell/redux-promise-middleware Enables simple handling of async action creators in Redux 1,982
d6u/redux-observable-middleware Middleware for subscribing to observables in Redux action creators. 57
dwyl/learn-redux A comprehensive guide to learning Redux for managing state in web and mobile applications 446
acstll/chopped-redux A simplified implementation of a predictable state container for JavaScript applications 1