redux-catch-promise
Async middleware
Middleware to catch and handle promises and async functions in Redux applications
redux-thunk replacement middleware to catch Promises and async functions
66 stars
7 watching
0 forks
Language: JavaScript
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Enables simple handling of async action creators in Redux | 1,982 |
| 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 |
| A middleware solution for handling errors in Redux applications with support for error tracking platforms. | 150 |
| 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 for organizing business logic in Redux applications | 1,806 |
| Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
| A middleware that simplifies data fetching and status tracking in Redux applications. | 38 |
| Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,492 |
| Middleware for reporting actions to third party APIs | 19 |
| A middleware for synchronizing the URL with Redux store state | 7 |
| Port of an async library to use Promises instead of callbacks in Node.js | 29 |