In this part of the lab we will get familiar with create-react-app and making basic React components.
In this section we take a look around an app created with create-react-app.
Activity
Video
Here we’ll create our first component.
Activity
This is what we’re going to build today.
Video
Props allow you to pass values into components, an essential bit of knowledge.
Activity
Video