Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 296 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 296 Bytes

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.