mpj / unprecedented-midwife

Hello world in modern JS
148 stars 20 forks source link

Please add react-axios component for AJAX requests #34

Open vhuerta opened 7 years ago

vhuerta commented 7 years ago

it would be awesome if you add this component to improve the ajax requests like this:


<Fetch url="http://google.com" options={method: 'POST'}>
    <TestComponent/>
</Fetch>
Geczy commented 7 years ago

axios?

vhuerta commented 7 years ago

ok, axios sounds like a better idea, but i don't know if there's a react component already on npm

Geczy commented 7 years ago

https://www.npmjs.com/package/react-axios

vhuerta commented 7 years ago

looks nice, @mpj would be better use the component that @Geczy has suggested