Run Side Effects with React useEffect

Paul McBride
InstructorPaul McBride

Social Share Links

Tweet

The useEffect hook in React is used for running side effects. This can be anything from adding event listeners to logging to the console. In this lesson, we use it to track the mouse position.