Originally published at: Fetch API Components with Vue 3 Composition API - Server Side Up
One of the biggest pain points I see between using the Fetch API and Axios is the way Fetch is configured out of the box. I love the power, but Axios comes with some default config and a way to make it easy to set global settings. I want to see if I can abstract…