← Back to All Weeks
Week 7
Feb 16-22: Interactive React
Key Concepts
- Controlled Forms: Inputs with
value and onChange tied to state
- Lifting State Up: Move shared state to closest common parent component
- Callback Props: Pass handler functions to children to modify parent state
- Derived Values: Compute from state/props instead of storing separately
Resources
From INFO 340: Client-Side Development