DEV Community

Discussion on: When do you need axios?

Collapse
 
chrisachard profile image
Chris Achard

The other thing that I've found that axios can do that I couldn't get fetch to do correctly was to properly save a cookie to use for post requests over https (I think that was the issue) in a React Native application. It's been awhile, so I don't 100% remember the specifics - but I remember that axios worked when fetch didn't.

Thanks for the post!

Collapse
 
fleepgeek profile image
Emmanuel Okiche

Ah nice.
You're welcome