petebacondarwin / qwik

The HTML-first framework. Instant apps of any size with ~ 1kb JS

Home Page:https://qwik.builder.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Qwik Logo


Qwik CI Azure SWA Server Cloudflare Pages Server Netlify Server Node Servers Vercel Server Create Qwik CLI Deno Server AWS Server



Instant-loading web apps, without effort

Qwik offers the fastest possible page load times - regardless of the complexity of your website. Qwik is so fast because it allows fully interactive sites to load with almost no JavaScript and pickup from where the server left off.

As users interact with the site, only the necessary parts of the site load on-demand. This precision lazy-loading is what makes Qwik so quick.

Getting Started

npm create qwik@latest
# or
pnpm create qwik@latest
# or
yarn create qwik@latest
# or
bun create qwik@latest

Resources

Community

Development

  • See Contributing.md for more information on how to build Qwik from the source and contribute!

Related

  • Partytown: Relocate resource intensive third-party scripts off of the main thread and into a web worker 🎉.
  • Mitosis: Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more.
  • Builder: Drag and drop page builder and CMS for React, Vue, Angular, and more.


Made with love by Builder.io

About

The HTML-first framework. Instant apps of any size with ~ 1kb JS

https://qwik.builder.io/

License:MIT License


Languages

Language:TypeScript 59.2%Language:JavaScript 16.7%Language:MDX 14.9%Language:Rust 6.2%Language:CSS 2.5%Language:HTML 0.5%Language:Dockerfile 0.0%Language:Makefile 0.0%