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: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
alanrubin/redux-simple-promise | Middleware for Redux that handles promises with minimal boilerplate declarations | 53 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
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 |
platzidev/redux-catch | A middleware solution for handling errors in Redux applications with support for error tracking platforms. | 150 |
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 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
zslucky/redux-fetch-middleware | A middleware that simplifies data fetching and status tracking in Redux applications. | 38 |
agraboso/redux-api-middleware | Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,491 |
ezekielchentnik/redux-reporter | Middleware for reporting actions to third party APIs | 19 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |