My Personal Notes on useEffect.
In the Beginning...
The useEffect hook takes two parameters. The first parameter is a function that gets runs when the useEffect is triggered by some change, the presence of the second parameter is conditional.
You call the hook by passing a function...
favourcodes.hashnode.dev4 min read
Bolaji Ayodeji
Software Engineer, Teacher, and Developer Advocate.
Interesting read!
You can try appending the programming name in your code embeds to get the accurate code highlight like so:
-```js
code here
```