Skip to content

Redux middleware for resolving and rejecting promises with conditional optimistic updates

License

Notifications You must be signed in to change notification settings

jeslabs/redux-promise-middleware

 
 

Repository files navigation

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.

About

Redux middleware for resolving and rejecting promises with conditional optimistic updates

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.2%
  • Shell 3.8%