redux-utilities / redux-promise

FSA-compliant promise middleware for Redux.
MIT License
2.67k stars 134 forks source link

[Redux 1.0] Take `{ dispatch, getState }` instead of `next` #7

Closed ide closed 9 years ago

ide commented 9 years ago

Updated the middleware to support the API in 1.0 RC: https://github.com/gaearon/redux/releases/tag/v1.0.0-rc.

acdlite commented 9 years ago

Thanks!