Meet Another React Component

So far we've only been using the App component to create our applications. Let's now learn to make another component.

We'll cover the following

We used the App component in the last lesson to express everything needed to render our list in JSX, and it should scale with your needs and eventually handle more complex tasks. To help with this, we’ll split some of its responsibilities into a standalone List component:

Get hands-on with 1200+ tech skills courses.