What's the alternative to Request? I see Mikeal has made Bent [1], but I'm not sure if the new, alien syntax is worth it? Also found got [2], thoughts?
Problem with Axios is that it has almost 500 open issues and not enough maintainers.
We've moved to fetch, which is not as handy, but is the standard lib in the browser. Actually we use wretch which adds a more convenient API on top of fetch.
[1] https://github.com/mikeal/bent [2] https://github.com/sindresorhus/got