Introduction
Last updated
Last updated
Redux Promise Middleware enables simple, yet robust handling of async action creators in .
Given a single action with an async payload, the middleware transforms the action to a separate pending action and a separate fulfilled/rejected action, representing the states of the async action.
The middleware can be combined with to chain action creators.
For older versions:
Please reach out to us if you have any questions or comments.
Patrick Burtchaell (pburtchaell):
Thomas Hudspith-Tatham (tomatau):
Heads Up: Version 6 includes some breaking changes. Check the for help.
For bug reports and feature requests, .
For help, .
.
.