React useEffect Cleanup: How and When To Use It
With useEffect, you perform side effects from within functional components, which is an important concept for mastering React today.
Here are a couple examples of side effects that will get you thinking in effects:
fetching data
directly updating t...
helitharupasinghe.hashnode.dev4 min read