DEV Community

Discussion on: Essential packages for Node.js newbies

Collapse
 
w9jds profile image
Jeremy Shore

Why use axios when you can just use the built-in fetch functionality with @babel/polyfill? Also, I would recommend maybe hapi as well, since I have seen it used quite a bit as well.

Collapse
 
uf4no profile image
Antonio

Thanks! I'll check how to use fetch :)
I've added hapi to the list (didnt knew about it...)