Javascript – React useEffect goes in infinite loop while fetching data
I am trying to fetch some data inside my component using useEffect hook and it is going in infinite loop. I am using this react tutorial page and this race conditions page for reference. Here is my code. function AppNew…