Open navigation

Islands and SSR

SSR and DSD provide the document baseline. Islands add client behavior at declared boundaries.

Server first

Render useful HTML before client modules run.

Declared islands

Hydration should be visible from route metadata.

Small runtime

Keep browser JavaScript scoped to interactive surfaces.