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

GitHub

2k stars
16 watching
188 forks
Language: JavaScript
last commit: 11 months ago
Linked from 2 awesome lists

asyncasync-functionsoptimistic-updatespromisesredux

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
denisizmaylov/redux-catch-promise Middleware to catch and handle promises and async functions in Redux applications 66
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
agraboso/redux-api-middleware Middleware that calls an API and dispatches standard actions based on the request outcome. 1,491
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
zhangchiqing/bluebird-promisell A functional programming library for promises that helps write flat async code with composable functions 44
fredericheem/redux-act-async Reduces boilerplate code for creating async actions and reducers in Redux applications 125
itsmepetrov/redux-combine-actions Middleware that combines async actions into a single dispatch sequence or parallel execution 163
nwwells/redux-async A middleware library that enables the dispatch of asynchronous actions in Redux applications. 44
jeffbski/redux-logic Middleware for organizing business logic in Redux applications 1,807
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
platzidev/socket.io-redux Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. 105