useEffect in React
Applications in the real world rarely work in isolation. Side-effects are the norm in making web apps. For example, element.addEventListner is triggered as a side effect or sending API requests.
There are three parts to this hook.
Effect
The effect i...
savvyshivam.hashnode.dev3 min read