Understanding the UseEffect() Hook in React
what are Hooks?
Hooks are the functions which "hook into" React state and lifecycle features from function components.
What to note about react hooks
Hooks don't work in class based component
Hooks run in order
useEffect Hook is run (and cleans up)...
jennykibiri.hashnode.dev2 min read