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!
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!
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.