useEffect Hook: The What, When, and Where of Side-Effects & Cleanup
When you're building a React application, you often need to perform tasks that don't directly involve rendering the UI. These tasks, such as fetching data from an API, setting up a subscription, or manually changing the DOM, are called side effects. ...
abvs.hashnode.dev4 min read