DEV Community

Discussion on: Most Awesome Hooks for your React project

Collapse
 
ratneshmurugesan profile image
Ratnesh Murugesan • Edited

In useFetch hook, inside useEffect, either url or options will trigger Infinite rerender if they are declared as an object. Please pass them as a primitive type value to avoid the same.

Collapse
 
brayanarrieta profile image
Brayan Arrieta

Good catch I will check that, rigth now I'm working in a library so I will keep that in mind and after that I will update this example