fetch is a modern browser native XHR request handler that returns a promise. https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
axios is a library that does the same thing. https://github.com/axios/axios
The way they return data is a little different. Let's compare.