sheaivey / react-axios

Axios Components for React with child function callback
MIT License
180 stars 20 forks source link

Add withAxios() to use with AxiosProvider. #13

Closed binki closed 7 years ago

binki commented 7 years ago

The concept of specifying a default axios instance through context is useful. Sometimes one needs direct access to the axios API (and cannot use the Request component). The withAxios function is a higher order component which gives custom components access to the axios instance.

sheaivey commented 7 years ago

Great idea thanks!