FredericHeem / redux-act-async

Reduce boilerplate for redux async actions and reducers
Apache License 2.0
125 stars 22 forks source link

Add option to provide callback for request, ok and error actions #11

Closed calvinnwq closed 8 years ago

calvinnwq commented 8 years ago

The callbacks are passed dispatch and getState along with the other arguments.

marsch commented 8 years ago

👍 also missing for me