redux-combine-actions
Action combiner
Middleware that combines async actions into a single dispatch sequence or parallel execution
Redux middleware for combining actions
163 stars
4 watching
9 forks
Language: JavaScript
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
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 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
shanhaichik/redux-sync-promise | Middleware for writing asynchronous actions in synchronous style | 4 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
ashaffer/redux-multi | Enables dispatching multiple actions from one action creator in a Redux application | 137 |
kolesoffac/redux-store-mixin | Mixin that integrates action creators with Vue components | 2 |
alnorris/redux-actiontyper | A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
maxkomarychev/merge-pal-action | Automates the merging of pull requests in GitHub repositories. | 32 |