rotemmiz / redux-promise-middleware

Redux middleware for resolving and rejecting promises with conditional optimistic updates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Promise Middleware

npm version Build Status Coverage 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

Older versions:


Licensed MIT. Copyright 2015-current Patrick Burtchaell. Gratipay.

About

Redux middleware for resolving and rejecting promises with conditional optimistic updates

License:Other


Languages

Language:JavaScript 96.9%Language:Makefile 3.1%