Composing Components

Components are composed together to build applications.

In this example, the <App /> and <Greeter /> components are prepared for you. For this exercise, place the <Greeter /> component inside the <App /> (the default export) component to see its contents.

Edit Tutorial