What is side-effect in ReactJS and how to handle it?
What is side Effects
ReactJS is a UI library. Its job is to render the UI and update it on the user's interaction or events. Eg: if a user has clicked on a button then update the UI accordingly. However, many events don't require any user interaction...
sumitmupadhyay.hashnode.dev2 min read