Edit tutorial

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.

Building preview

Refreshing App output

Compiling the latest client and SSR result for your current code.

No console activity yet

Interact with the app or trigger a render to see client and SSR messages here.