Echo JS 0.11.0

<~>

tracker1 1816 days ago. link 1 point
I hadn't seen parcel before... but have used Axios.  I can definitely see the appeal.  I don't usually use it though.

My preference is a simple wrapper around Fetch-API. For Node, I set global.fetch = `node-fetch` in my service entry.