Brayan Arrieta Alfaro Thank you for this very helpful Hooks example usage but I want to point out that there is a little warning that I got with this line of code at the useFetch Hook section,


So if you take a look, it seems the useEffect hook depends also on the error value besides the url and options!