Qwik Logo

Congratulations Qwik is working!

Next steps:

  1. 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.)
  2. Try interacting with this component by changing .
  3. Observe that the binding changes: Hello World!
  4. 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.)
  5. Read the docs here.
  6. Replace the content of this component with your code.
  7. Build amazing web-sites with unbeatable startup performance.

Made with ❤️ by Builder.io