
Introduction to API Calls With React and Axios
This tutorial will teach you how to use Axios to fetch data and then how to manipulate it and eventually display it on your page with filtering functionality. You will learn how to use the map, filter and includes methods along the way. On top of that, you will be creating a Higher-Order Component (HOC) to handle the loading state of the fetched data from the API endpoint.Let's start with a clean React app. I assume you use create-react-app, and the filenames will be in accordance with its outpu