Open dev-tools network tab and notice that no JavaScript was downloaded to render this page. (Zero JavaScript no matter the size of your app.)
Try interacting with this component by changing .
Observe that the binding changes: Hello World!
Notice that Qwik automatically lazily-loaded and resumed the component upon interaction without the developer having to code that behavior. (Lazy hydration is what gives even large apps instant on behavior.)