Manuals / React Basics / Chapter 3
Core · intermediate · ~45 min · Chapter 3 of 4
Effects & fetching
useEffect for syncing with the outside world — carefully.
Key idea
Effects run after paint to talk to APIs, subscriptions, or the DOM. Dependency arrays decide when they re-run.
Key ideaDrag stickies · tap for tips
Quick check
Empty dependency array means…
Do this now
Write 3 notes on: Effects.
Was this step clear?
Chapter learning outcomes
- useEffect
- Dependency arrays
- Cleanup
Clear these before you leave