useEffect allows us to produce some side effects for our component. Anything that reaches outside of the component to do something. Like a network request or setting up timeouts and intervals. Their main job doesn't have to do with managing set or ch...
plantcode.hashnode.dev2 min readNo responses yet.