# qwik **Repository Path**: luzhihaoTestingLab/qwik ## Basic Information - **Project Name**: qwik - **Description**: Qwik 是一个全栈式 Web 框架,Qwik 基于 React、Angular 和 Vue 等其他 Web 框架的概念,但以 JavaScript 流等更新的方法脱颖而出,允许以 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/qwik - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-07-17 - **Last Updated**: 2023-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

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](https://qwik.builder.io/docs/concepts/resumable/). As users interact with the site, only the necessary parts of the site load on-demand. This [precision lazy-loading](https://qwik.builder.io/docs/concepts/progressive/) is what makes Qwik so quick. ## Getting Started ```sh npm create qwik@latest # or pnpm create qwik@latest # or yarn create qwik@latest ``` - Understand the difference between [resumable and replayable](https://qwik.builder.io/docs/concepts/resumable/) applications. - Learn about Qwik's high level [mental model](https://qwik.builder.io/docs/concepts/think-qwik/). ## Resources - [Docs](https://qwik.builder.io/) - [Examples](https://qwik.builder.io/examples/introduction/hello-world/) - [Tutorials](https://qwik.builder.io/tutorial/welcome/overview/) - [Videos](https://qwik.builder.io/media/#videos) - [Podcasts](https://qwik.builder.io/media/#podcasts) - [Presentations](https://qwik.builder.io/media/#presentations) - [Blogs](https://qwik.builder.io/media/#blogs) ## Community - Ping us at [@QwikDev](https://twitter.com/QwikDev) - Join our [Discord](https://qwik.builder.io/chat) community - Join all the [other community groups](https://qwikcommunity.com) ## Development - See [Contributing.md](https://github.com/BuilderIO/qwik/blob/main/CONTRIBUTING.md) for more information on how to build Qwik from the source and contribute! ## Related - [Partytown](https://partytown.builder.io/): Relocate resource intensive third-party scripts off of the main thread and into a web worker 🎉. - [Mitosis](https://github.com/BuilderIO/mitosis): Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more. - [Builder](https://github.com/BuilderIO/builder): Drag and drop page builder and CMS for React, Vue, Angular, and more.

Made with love by Builder.io