Dealing with Side Effects Keeping the UI Synchronized Understanding Side Effects & useEffect() Effects & Dependencies When NOT to use useEffect() What are “Side Effects”? Side effects are “tasks” that don’t impact the current component render cycle.