redux-promise-middleware
Async middleware
Enables simple handling of async action creators in Redux
Enables simple, yet robust handling of async action creators in Redux
2k stars
16 watching
188 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 2 awesome lists
asyncasync-functionsoptimistic-updatespromisesredux
Related projects:
Repository | Description | Stars |
---|---|---|
| Middleware to catch and handle promises and async functions in Redux applications | 66 |
| Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
| Middleware for Redux that handles promises with minimal boilerplate declarations | 53 |
| Middleware for Redux to queue and execute actions asynchronously | 112 |
| Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
| Middleware for writing asynchronous actions in synchronous style | 4 |
| Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,492 |
| Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing. | 188 |
| A functional programming library for promises that helps write flat async code with composable functions | 44 |
| Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
| Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
| A middleware library that enables the dispatch of asynchronous actions in Redux applications. | 44 |
| Middleware for organizing business logic in Redux applications | 1,806 |
| 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 |
| Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |