In this article, I am going to show you why not to use useEffect to call an Api and fetch data and what is the other alternative yet the best way to fetch data from an APi in react. 1. First, let's ...