Composable Components

In this lesson, you will get to learn about composable components. You will also extend the search functionality that we implemented in the previous lessons.

We'll cover the following

The children prop is used to pass elements to components from above, which are unknown to the component itself but make it possible to compose components together. We’ll see how this looks when you pass a text string as a child to the Search component.

Get hands-on with 1200+ tech skills courses.