@freeCodeCamp I like using both fetch and axios, but prefer axios because of it's leaner syntax (it automatically parses JSON and throws errors on bad response).
As a developer, you'll need to know how to fetch data from APIs.
And in this tutorial, you'll learn how to fetch that data and store and display it in a React app.
First you'll get data using the built-in fetch method, then you'll refactor using the popular Axios library.
freecodecamp.org/news/how-to-fe…