DEV Community

Discussion on: React Data Fetching: Axios

Collapse
 
jonrandy profile image
Jon Randy 🎖️

Wouldn't a simpler way be to just use the built-in fetch instead of importing axios?

Collapse
 
neoprint3d profile image
Drew Ronsman

I was thinking the same thing but I my application I used fetch but it wouldn't work, but using axios it worked

The thing it was calling was a email verification API on heroku