Basic Component

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

Create a component that returns Hello World!

Edit this tutorial