Basic GET Requests with Fetch API and VueJS

Originally published at: https://serversideup.net/basic-get-requests-with-fetch-api-and-vuejs/

The best way to learn something or solve a problem is to break it down into the smallest pieces. While transitioning from Axios to the Fetch API and integrating it into my VueJS application, I had to start small. I actually wrote both requests side by side so I could migrate in pieces and ensure…