svrcekmichal / redux-axios-middleware

Redux middleware for fetching data with axios HTTP client
MIT License
918 stars 96 forks source link

Updated Middleware discussion to include middleware returns so that p… #82

Closed pkellner closed 5 years ago

pkellner commented 6 years ago

…rocessing continues. Also included example of where to put the middleware config object when adding the middleware to redux

I'm not 100% sure I did the returns properly and that my renaming req to res was the right thing to do.

vasilevich commented 5 years ago

thank you for your support