N°738
REPOSITORY DETAIL · 仓库详情
Open Source · GITHUB
qwik – QwikDev
QwikDev/qwik
开发框架 / 工具库
22,039 Stars
1,393 Forks
TypeScript
MIT
2
Views · 浏览
项目简介
无需费力,即可实现即时加载的 Web 应用
SECTION · 01
关键指标一览
Stars 数
22,039
Forks 数
1,393
Watchers 数
22,039
Issue 数
139
主要语言
TypeScript
许可证
MIT
仓库所有者
QwikDev
创建时间
2021.05.19
更新时间
2026.07.28
最近推送
2026.07.28
SECTION · 02
主题标签
框架
hacktoberfest
JavaScript
Web
SECTION · 03
README 详细介绍
README 原文为英文,如需阅读完整中文内容,建议使用 浏览器翻译插件(如 Edge 浏览器自带翻译、Google 翻译扩展)进行整页翻译。
Instant-loading web apps, without effort
This is the branch for Qwik v2, currently in beta. For v1, see the v1 branch.
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 pick up 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@beta
# or
pnpm create qwik@beta
# or
yarn create qwik@beta
# or
bun create qwik@beta
- Understand the difference between resumable and replayable applications.
- Learn about Qwik's high level mental model.
Nightlies
We use pkg.pr.new to make packages available for each PR and for the branches. Use these URLs instead of versions to get the latest build:
- https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@main
- https://pkg.pr.new/QwikDev/qwik/@qwik.dev/router@main
- https://pkg.pr.new/QwikDev/qwik/@qwik.dev/react@main
- https://pkg.pr.new/QwikDev/qwik/@qwik.dev/devtools@main
Resources
Community
- Ping us at @QwikDev
- Join our Discord community
- Join all the other community groups
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.
| special sponsor |
|
| sponsors |
|
已复制克隆地址到剪贴板

