AdvancedVocabulary#astro#server-islands#performance#ssr#frontend

Astro Server Islands

Astro Server Islands use the server:defer directive to asynchronously render components server-side after the initial page load. Learn vocabulary for the defer request mechanism, fallback slot loading states, required SSR output modes, prop serialization in URLs, and the fundamental difference from client-side hydration islands.

0 / 5 completed
1 / 5
An Astro Server Island component is marked with the server:defer directive. How is this component rendered?