Skip to content

SasthyaSeba/qwik-insights

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9bd5e6f · Dec 18, 2023
Oct 5, 2023
Dec 15, 2023
Dec 15, 2023
Sep 18, 2023
Dec 18, 2023
Dec 5, 2023
Dec 11, 2023
Dec 15, 2023
Oct 13, 2023
Apr 29, 2022
Jul 10, 2023
Mar 24, 2023
Jan 12, 2022
Dec 15, 2023
Jun 7, 2023
Mar 30, 2023
Dec 6, 2023
Sep 26, 2023
Oct 10, 2023
Mar 29, 2022
Oct 31, 2023
Nov 3, 2023
Apr 17, 2023
Apr 29, 2022
Nov 14, 2022
May 29, 2021
Feb 11, 2022
Sep 15, 2023
Mar 14, 2023
Dec 15, 2023
Dec 15, 2023
May 14, 2023
Jun 5, 2023
Nov 2, 2023
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 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

Instant-loading web apps, without effort

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.1%
  • JavaScript 16.5%
  • MDX 15.2%
  • Rust 6.2%
  • CSS 2.5%
  • HTML 0.5%