DEV Community

Discussion on: Do you really need Axios in your Vue app?

Collapse
 
shawnwildermuth profile image
Shawn Wildermuth

I like Axios specifically because it's better TypeScript support (e.g. axios.get<SomeResult>() is awesome.