redux-async-queue
Async middleware
Middleware for Redux to queue and execute actions asynchronously
Async queue middleware for Redux
112 stars
4 watching
3 forks
Language: JavaScript
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
nwwells/redux-async | A middleware library that enables the dispatch of asynchronous actions in Redux applications. | 44 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
kelion/redux-async-initial-state | Middleware for loading initial app state asynchronously from various sources | 114 |
shanhaichik/redux-sync-promise | Middleware for writing asynchronous actions in synchronous style | 4 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
kolodny/redux-await | A module that helps manage async state in Redux applications by providing middleware, a reducer, and a connector to handle promises in actions and state updates. | 155 |
jeffbski/redux-logic | Middleware for organizing business logic in Redux applications | 1,807 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
agraboso/redux-api-middleware | Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,491 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
zslucky/redux-fetch-middleware | A middleware that simplifies data fetching and status tracking in Redux applications. | 38 |