useEffect
New to topics? Read the documentation here!
This should only be used for things that happen outside of the state that React trackes, e.g.
window
event handlers.Examples:
useEffect
window
event handlers.