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!

Edit Tutorial