Tagged articles
8 articles
Page 1 of 1
Meituan Technology Team
Meituan Technology Team
Mar 12, 2026 · Frontend Development

How Qwik.js Resumability Supercharged Meituan‑Dianping’s M‑Site Performance

The article details how Meituan‑Dianping’s growth team rebuilt its high‑traffic M‑site using Qwik.js, replacing a legacy Vue‑based stack with a resumable SSR architecture that eliminates hydration overhead, dramatically reduces first‑screen JS size, and boosts conversion metrics across weak‑network and low‑end devices.

QwikResumabilitySSR
0 likes · 40 min read
How Qwik.js Resumability Supercharged Meituan‑Dianping’s M‑Site Performance
Ctrip Technology
Ctrip Technology
Feb 23, 2023 · Frontend Development

Understanding Qwik: The First O(1) JavaScript SSR Framework and Its Resumable Architecture

This article explains the fundamentals of server‑side rendering versus client‑side rendering, highlights the performance drawbacks of traditional hydration, and introduces Qwik’s resumable approach that serialises state and events into HTML to achieve near‑zero hydration overhead while maintaining interactivity.

QwikResumabilitySSR
0 likes · 23 min read
Understanding Qwik: The First O(1) JavaScript SSR Framework and Its Resumable Architecture
ELab Team
ELab Team
Nov 25, 2022 · Frontend Development

Why Qwik’s Resumable Architecture Could Redefine Frontend Performance

This article examines the limitations of traditional big‑runtime and Virtual DOM frameworks, explores community solutions like pre‑compile, Islands, and React Server Components, and explains how Qwik’s Resumable approach and Partytown can dramatically improve first‑paint speed and reduce client‑side overhead.

PrecompileQwikResumable
0 likes · 18 min read
Why Qwik’s Resumable Architecture Could Redefine Frontend Performance
Watermelon Frontend Tech Team
Watermelon Frontend Tech Team
Nov 24, 2022 · Frontend Development

Why Qwik’s Resumable Architecture Beats Traditional Hydration

This article explains how Qwik, a full‑stack SSR framework, uses pre‑compilation, resumable rendering, and fine‑grained event handling to avoid the heavy runtime and hydration overhead of traditional Virtual DOM frameworks, offering superior first‑paint performance and lower JavaScript payloads.

QwikResumableSSR
0 likes · 20 min read
Why Qwik’s Resumable Architecture Beats Traditional Hydration
MoonWebTeam
MoonWebTeam
Sep 25, 2022 · Frontend Development

How Qwik Achieves Ultra‑Fine Lazy Loading to Boost Web Performance

This article examines Builder.io's performance optimization case, reviews the evolution of lazy‑loading techniques in front‑end development, and explains how Qwik implements ultra‑fine-grained lazy loading and prefetching to eliminate costly hydration and improve page interactivity.

QwikSSRWeb
0 likes · 18 min read
How Qwik Achieves Ultra‑Fine Lazy Loading to Boost Web Performance