Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
Q

qwik

> 编程语言
开源

Instant-loading web apps, without effort

22.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Instant-loading web apps, without effort





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](https://next.qwik.dev/docs/concepts/resumable/). As users interact with the site, only the necessary parts of the site load on-demand. This [precision lazy-loading](https://next.qwik.dev/docs/concepts/progressive/) is what makes Qwik so quick. ## Getting Started ```sh 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](https://next.qwik.dev/docs/concepts/resumable/) applications. - Learn about Qwik's high level [mental model](https://next.qwik.dev/docs/concepts/think-qwik/). ## 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 - [Docs](https://next.qwik.dev/) - [Examples](https://next.qwik.dev/examples/introduction/hello-world/) - [Tutorials](https://next.qwik.dev/tutorial/welcome/overview/) - [Videos](https://next.qwik.dev/media/#videos) - [Podcasts](https://next.qwik.dev/media/#podcasts) - [Presentations](https://next.qwik.dev/media/#presentations) - [Blogs](https://next.qwik.dev/media/#blogs) ## Community - Ping us at [@QwikDev](https://twitter.com/QwikDev) - Join our [Discord](https://qwik.dev/chat) community - Join all the [other community groups](https://next.qwik.dev/ecosystem/#community) ## Development - See [Contributing.md](https://github.com/QwikDev/qwik/blob/main/CONTRIBUTING.md) for more information on how to build Qwik from the source and contribute! ## Related - [Partytown](https://partytown.qwik.dev/): 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.

special sponsor sponsors

核心特点

  • •Understand the difference between resumable and replayable applications.
  • •Learn about Qwik's high level mental model.
  • •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
  • •Examples
  • •Tutorials
  • •Podcasts
  • •Presentations

> 标签

TypeScriptframeworkhacktoberfestjavascriptweb

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言