Skip to content
/ qwik Public
forked from QwikDev/qwik

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

License

Notifications You must be signed in to change notification settings

onwidget/qwik

This branch is 1077 commits behind QwikDev/qwik:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cf86daa · Mar 22, 2024
Feb 25, 2024
Mar 20, 2024
Feb 29, 2024
Sep 18, 2023
Mar 22, 2024
Dec 5, 2023
Mar 8, 2024
Mar 21, 2024
Oct 13, 2023
Apr 29, 2022
Feb 29, 2024
Jan 26, 2024
Jan 27, 2024
Jan 12, 2022
Jan 15, 2024
Jun 7, 2023
Mar 30, 2023
Jan 17, 2024
Feb 28, 2024
Oct 10, 2023
Mar 29, 2022
Oct 31, 2023
Mar 7, 2024
Apr 17, 2023
Mar 11, 2024
Nov 14, 2022
May 29, 2021
Mar 22, 2024
Mar 22, 2024
Mar 14, 2023
Feb 29, 2024
Mar 22, 2024
Mar 22, 2024
Mar 20, 2024
May 14, 2023
Mar 11, 2024
Mar 22, 2024
Jan 21, 2024
Feb 23, 2024
Oct 11, 2023
Nov 2, 2023
Oct 13, 2023
Oct 13, 2023

Repository files navigation


Qwik Logo


Qwik CI Azure SWA Server Cloudflare Pages Server Netlify Server Node Servers Vercel Edge Vercel Serverless 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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.1%
  • JavaScript 16.1%
  • MDX 16.0%
  • Rust 4.9%
  • CSS 2.4%
  • HTML 0.5%