Let's Talk About Axios and how to use it in our project
Axios is a third-party and promised-based javascript library that is used to send HTTP requests. It is an alternative to the fetch() function.
Where do we make HTTP requests?
In a class component, requests are made in the componentDidMount() lifecycl...
codeway.hashnode.dev1 min read