/redux-promise-middleware

Redux middleware for resolving and rejecting promises with conditional optimistic updates

Primary LanguageJavaScriptMIT LicenseMIT

Redux Promise Middleware

npm version Build Status npm downloads

Redux promise middleware enables robust handling of async code in Redux. The middleware enables optimistic updates and dispatches pending, fulfilled and rejected actions. It can be combined with redux-thunk to chain async actions.

Docs and Help

Issues and Pull Requests

Releases

Older versions:


Copyright (c) 2015 Patrick Burtchaell. Licensed with The MIT License (MIT). Code of Conduct strictly enforced.