svrcekmichal / redux-axios-middleware

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

Add docs for interceptors integration into code. #91

Closed Industrial closed 5 years ago

Industrial commented 5 years ago

Hi.

Right now the documentation for interceptors looks like

const middlewareConfig = {
}

There is no piece of code showing what to do with this variable. Where do I use this middlewareConfig? What part do I pass this object?

gr,

Tom