Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QwikDev/qwik
Instant-loading web apps, without effort
https://github.com/QwikDev/qwik
framework javascript web
Last synced: 10 days ago
JSON representation
Instant-loading web apps, without effort
- Host: GitHub
- URL: https://github.com/QwikDev/qwik
- Owner: QwikDev
- License: mit
- Created: 2021-05-19T15:33:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:28:57.000Z (6 months ago)
- Last Synced: 2024-05-23T02:34:25.224Z (6 months ago)
- Topics: framework, javascript, web
- Language: TypeScript
- Homepage: https://qwik.dev
- Size: 41.2 MB
- Stars: 20,301
- Watchers: 140
- Forks: 1,236
- Open Issues: 357
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - QwikDev/qwik - Instant-loading web apps, without effort (TypeScript)
- awesome-ccamel - QwikDev/qwik - Instant-loading web apps, without effort (TypeScript)
- awesome-repositories - QwikDev/qwik - Instant-loading web apps, without effort (TypeScript)
- awesome-luooooob - QwikDev/qwik - Instant-loading web apps, without effort (TypeScript)
- awesome - QwikDev/qwik - Instant-loading web apps, without effort (TypeScript)
- awesome - QwikDev/qwik - Instant-loading web apps, without effort (TypeScript)
- awesome - QwikDev/qwik - Instant-loading web apps, without effort (TypeScript)
- awesome-star-libs - QwikDev / qwik
README
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.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://qwik.dev/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
# or
bun create qwik@latest
```- Understand the difference between [resumable and replayable](https://qwik.dev/docs/concepts/resumable/) applications.
- Learn about Qwik's high level [mental model](https://qwik.dev/docs/concepts/think-qwik/).## Resources
- [Docs](https://qwik.dev/)
- [Examples](https://qwik.dev/examples/introduction/hello-world/)
- [Tutorials](https://qwik.dev/tutorial/welcome/overview/)
- [Videos](https://qwik.dev/media/#videos)
- [Podcasts](https://qwik.dev/media/#podcasts)
- [Presentations](https://qwik.dev/media/#presentations)
- [Blogs](https://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://qwikcommunity.com)## 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.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.