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!
It's my pleasure and if you like you can edit the blog and provide people with codesandbox URLs for the above hooks as working examples
you can either fork the codes to your workspace on codesnadbox or just use them from my workspace!
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!