Functional Components, Events
Section 1: Functional Components
You will see functional components in the documentation and on the web, so we should discuss them.
Activity
- Extract the header of the app into its own functional component.
Video
Section 2: Click Events
Learn about click events.
Activity
- Create a component that counts up when you click on it.
- Extra: Add a button to the component that resets the counter.
Video