tylerbrostrom / qwik

The HTML-first framework. Initialize apps of any size with < 1kb JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Qwik Logo

The HTML-first framework

Qwik is designed for the fastest possible page load time, by delivering pure HTML with near 0 javascript for your pages to become interactive, regardless of how complex your site or app is. It achieves this via resumability of HTML and ultra fine-grained lazy-loading of code.

Getting Started

Try out our starter:

npm init qwik@latest

Blog Posts

Development

  • See Developer.md for more information on how to build Qwik from the source and contribute!

Community


Made with ❤️ by Builder.io

About

The HTML-first framework. Initialize apps of any size with < 1kb JS

License:MIT License


Languages

Language:TypeScript 76.5%Language:Rust 18.5%Language:JavaScript 2.3%Language:CSS 1.4%Language:Starlark 0.8%Language:Dockerfile 0.3%Language:Makefile 0.1%Language:HTML 0.1%Language:Shell 0.0%