Join us for React Conf on Oct 7-8.
Learn more.
React
v19.1
Search
⌘
Ctrl
K
Learn
Reference
Community
Blog
On this page
Overview
How to remove unnecessary Effects
Updating state based on props or state
Caching expensive calculations
Resetting all state when a prop changes
Adjusting some state when a prop changes
Sharing logic between event handlers
Sending a POST request
Chains of computations
Initializing the application
Notifying parent components about state changes
Passing data to the parent
Subscribing to an external store
Fetching data
Recap
Challenges