Skip to content
Latchkey

What Is Partial Hydration?

Partial hydration is the technique of hydrating only the components that need interactivity rather than the entire page tree. Static sections remain as the HTML the server produced, with no attached client logic. This narrows the amount of JavaScript that must download and execute to make the page work.

Why it matters

Hydrating selectively reduces main-thread work and improves time to interactive on content-heavy pages. It is the underlying idea behind island architectures.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →