Session Plan
Props
Building Components & Using Props
Using Children Props
Conditional Rendering Based on Props
State & Conditional Rendering
Introduction to State
useState Hook Syntax
useState Hook SyntaxUpdating State
React Rendering Triggers
Dynamically Rendering Content Based on State
Rendering Many Components
Sharing State Between Components
Exercises
Exercises Part 1
1. Create a Re-usable Button Component
Button Component2. Create a Card Component
3. Create a Layout Component
4. Implement Conditional Rendering
Exercises Part 2
5. Create a Counter Component
6. Develop a Form Component
7. Create a ParentChild Component Set
Last updated