DEV Community

Discussion on: Making GET And POST Request Using AXIOS In React.js

Collapse
 
marzelin profile image
Marc Ziel

You're using react in your examples so they won't work without it installed and configured. Is react really needed in a post that should talk specifically about axios?

Why do you wrap axios code inside a function instead of using it directly?