qwik

Installation
SKILL.md

Qwik

Qwik eliminates hydration by serializing the application state into HTML. JavaScript loads lazily on user interaction, not on page load. This means near-zero JS on initial load regardless of app complexity.

Installation

# Create Qwik project with Qwik City (meta-framework)
npm create qwik@latest
cd my-app
npm install
npm run dev

Project Structure

Installs
3
GitHub Stars
128
First Seen
Mar 17, 2026
qwik — terminalskills/skills