redux-better-promise
Async middleware
Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power
Simple and powerful redux middleware that supports async side-effects (and much more)
15 stars
1 watching
0 forks
Language: JavaScript
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
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 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
alanrubin/redux-simple-promise | Middleware for Redux that handles promises with minimal boilerplate declarations | 53 |
shanhaichik/redux-sync-promise | Middleware for writing asynchronous actions in synchronous style | 4 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
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 |
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 |
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 |
jeffbski/redux-logic | Middleware for organizing business logic in Redux applications | 1,807 |
nwwells/redux-async | A middleware library that enables the dispatch of asynchronous actions in Redux applications. | 44 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |