Islands Architecture: Mixing React and Static HTML for Maximum Speed
Islands architecture keeps static HTML as the baseline and hydrates only the interactive parts. That split can reduce JavaScript cost without giving up rich UI.
Topic
Islands architecture keeps static HTML as the baseline and hydrates only the interactive parts. That split can reduce JavaScript cost without giving up rich UI.
Hydration can turn fast HTML into a slow interaction path. Zero-JS rendering and server components help teams reserve client JavaScript for where it is needed.