DEV Community

Discussion on: 5 React Custom Hooks You Should Start Using (Explained)

Collapse
 
anilsansak profile image
Yaşar Anıl Sansak • Edited

Great article! However, in the explanation of the useFetch custom hook, I think that there is a mistake in the third code snippet. You used isMounted variable in a if check, but it is not defined anywhere else. Either I am not seeing it or you have forgot to initialize it first.

thanks :)