/redux-promise-middleware

Redux middleware for promises, async functions and 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-Current Patrick Burtchaell. Code licensed with the MIT License (MIT). Documentation licensed with the CC BY-NC License.