Edit tutorial

Basic Component

Components are the building blocks of a Qwik application. Components are declared using component$() and at a minimum need to return a JSX Element.

Create a component that returns Hello World!

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.