Functional component useEffect Hook & axios API Call Example
Introduction
In this example we will perform an API call using one of the commonly used 3rd party libraries called axios.
We will do so in a functional component using the useState & useEffect hook.
https://github.com/mzabriskie/axios
https://reactjs...
zaorfr.hashnode.dev4 min read