# Qwik

> Qwik

- Skill: `neuralblitz/qwik` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuralblitz/qwik`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuralblitz/qwik/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: NeuralBlitz (https://skillmd.com/u/neuralblitz)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/neuralblitz/qwik

---

# Qwik

Qwik is a web framework focused on instant loading through resumability. It delivers zero hydration by serializing application state into HTML.

## Key Concepts

- Resumability
- Lazy loading at component level
- QRLs (Qwik URLs)
- Progressive hydration
- Fine-grained lazy loading

## Common Use Cases

- E-commerce sites
- Content-heavy websites
- Performance-critical apps
- Static sites with interactivity
- SEO-focused projects

## Best Practices

- Leverage resumability
- Use Qwik City for routing
- Optimize images
- Implement proper caching
- Use Qwik Optimizer effectively

## Resources

- Qwik.builder.io: qwik.builder.io/docs
- Related Skills: performance, javascript, ssr

