redux-promise

Promise handler

A middleware for Redux that handles promises in Flux Standard Actions

FSA-compliant promise middleware for Redux.

GitHub

3k stars
42 watching
119 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pburtchaell/redux-promise-middleware Enables simple handling of async action creators in Redux 1,982
redux-utilities/redux-actions Utilities for creating and managing Redux actions 6,512
redux-observable/redux-observable A middleware library that enables the composition and cancellation of asynchronous actions to create side effects in Redux-based applications. 7,852
alanrubin/redux-simple-promise Middleware for Redux that handles promises with minimal boilerplate declarations 53
denisizmaylov/redux-catch-promise Middleware to catch and handle promises and async functions in Redux applications 66
redux-saga/redux-saga Library to manage application side effects in Redux apps using asynchronous flows and Generators 22,536
lukasz-pluszczewski/redux-better-promise Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power 15
redux-utilities/flux-standard-action Defines a standard format for Flux actions in JavaScript to make them more readable and useful 4,750
happypoulp/redux-tutorial A step-by-step tutorial on using Redux for state management in JavaScript applications 3,755
reduxjs/react-redux Provides an interface between React and Redux for managing state in applications 23,379
sindresorhus/p-queue A promise queue with concurrency control to limit the number of concurrent operations 3,470
rematch/rematch A state management library for JavaScript applications that reduces Redux boilerplate and enforces best practices. 8,473
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
reduxjs/redux-devtools Development tools for managing and debugging state changes in software applications. 14,051
platzidev/socket.io-redux Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. 105