▲ How to use Axios with JavaScript at alligator.io▼1 up and 1 down, posted by alligatorio 2120 days ago 1 comment
tracker1 2117 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.