Composing Components

Components can be composed together to build applications.

In this example we have pre-declared an <App> and a <Greeter> component. Place the <Greeter> component inside the <App> component so that the user can see its contents.

Edit this tutorial