Why does React's Effect Hook ( useEffect ) Cause an Infinite Loop?
you used an Effect Hook to fetch some API data... and now your component is stuck in an infinite loop that continuously fetches the data without end... why is it happening??…
you used an Effect Hook to fetch some API data... and now your component is stuck in an infinite loop that continuously fetches the data without end... why is it happening??…