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.