ES6 template literals are one of my favorite features in es6. A few days ago I saw an open source project on github - htm, there are also hyperHTML and, possibly, several other projects also.And I decided to create such a thing to perform AJAX reques...
hashnode.com
Great idea! I'd love to contribute!
I'm not sure I see the benefit. Don't I loose all help from my editors intellisense and code completion if I do it like this? I can already do things like
fetch(`example.com/info/$%7Buser%7D%60)
Looks good. But I'm gonna stick with Axios. Even fetch doesn't have all the features of axios.
One or the other day if I need a feature from axios, I'll need to use both right? So I'll stick with axios
Nam Nguyen
Software Engineer
Great. But like above comment. I recommend
axios. Cookie, proxy, headers, ...