Search posts, tags, users, and pages
Abass Oguntade
Front End Developer | Building stuff for the web | React | Next JS
Overview of what useEffect hook is. The useEffect hook enables us to run side effects in functional React components. These effects can include sending an asynchronous request to a third party API, logging a value to the console, manually changing th...
Mitja Potočin
I think there is a mistake in this article.
“ If count’s value is same, the callback effect function ( first argument of useEffect hook ) is called”
If the valu is the same, the useEffect callback will not be run and vice versa.
Thanks for pointing that out! Fixed already.
Amujo Babatunde
Frontend developer
Thanks for this article,I know have a better understanding of useEffect hook
Welcome.
Mitja Potočin
I think there is a mistake in this article.
“ If count’s value is same, the callback effect function ( first argument of useEffect hook ) is called”
If the valu is the same, the useEffect callback will not be run and vice versa.