Qwik is designed for the fastest possible page load time, by delivering pure HTML with near 0 javascript for your pages to become interactive, regardless of how complex your site or app is. It achieves this via resumability of HTML and ultra fine-grained lazy-loading of code.
Try out our starter:
npm init qwik@latest
- Understand the difference between resumable and replayable applications.
- Learn about Qwik's high level mental model.
- HTML-first, JavaScript last: the secret to web speed!
- A first look at Qwik - the HTML first framework
- Death by Closure (and how Qwik solves it)
- Qwik: the answer to optimal fine-grained lazy loading
- See Developer.md for more information on how to build Qwik from the source and contribute!
- Ping us at @QwikDev
- Join our Discord community.
- Join our weekly office hours
Made with ❤️ by Builder.io