CPRG-306 Week 6
Managing State
Review
- Immutability
- Component Lifecycle
- Sharing State Between Components
- Lifting State Up
Coding Demo
- Create a Dog component, display name and age
- Create a DogList component, display a list of Dogs
- Create a DogForm component, allow user to add a new dog
- Create a Page component that displays the DogList and DogForm
- Consider adding a delete button to the Dog component