stripe-redux-promise-middleware
Version:
Redux middleware for handling promises and optimistic updates
23 lines (15 loc) • 1.81 kB
Markdown
# Redux Promise Middleware
[](https://www.npmjs.com/package/redux-promise-middleware) [](https://travis-ci.org/pburtchaell/redux-promise-middleware) [](https://coveralls.io/github/pburtchaell/redux-promise-middleware?branch=master) [](https://www.npmjs.com/package/redux-promise-middleware) [](https://snyk.io/test/npm/redux-promise-middleware)
Redux promise middleware enables robust handling of async code in [Redux](http://redux.js.org). The middleware enables optimistic updates and dispatches pending, fulfilled and rejected actions. It can be combined with [redux-thunk](https://github.com/gaearon/redux-thunk) to chain async actions.
## Docs and Help
- [Guides](/docs/guides/)
- [Introduction](/docs/introduction.md)
- [Examples](/examples)
- [Releases](https://github.com/pburtchaell/redux-promise-middleware/releases)
- [Upgrading versions](/UPGRADING.md)
**Older versions:**
- [3.x](https://github.com/pburtchaell/redux-promise-middleware/tree/3.3.0)
- [2.x](https://github.com/pburtchaell/redux-promise-middleware/tree/2.4.0)
- [1.x](https://github.com/pburtchaell/redux-promise-middleware/tree/1.0.0)
---
Copyright (c) 2015 Patrick Burtchaell. [Licensed with The MIT License (MIT)](https://raw.githubusercontent.com/pburtchaell/redux-promise-middleware/master/LICENSE). [Gratipay](https://gratipay.com/~pburtchaell/).