11/08 you can tell React to only execute the side effect once (at mount time), by passing an empty array: - react useEffect(() => { console.log(`Component mounted`) }, [])