svrcekmichal / redux-axios-middleware

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

Examples repository #57

Closed Odonno closed 7 years ago

Odonno commented 7 years ago

Hello,

I recently created a repository which demonstrate how to use redux-axios-middleware using a typescript/react frontend and a .NET Core backend.

I think it could be interesting to give a link to this repository to people who want to see how it looks with a pure example. What do you think?

Please take a look here : https://github.com/Odonno/react-redux-axios-middleware-netcore-example

PS : More examples are coming but you can raise an issue if you see any mistake or if you have any suggestion.

nmaves commented 7 years ago

Added to a new Example section at the bottom of the README.