Nuxt Server Components Example

Standalone server components

basic example.

Client interactivity within Server Components

Client Components can be put in the Server Components slot.

NuxtIsland

`NuxtIsland` is the base component of Server Components

Client Components

This is an example for Client Components only.

Non-Lazy Server Components

Navigation is blocked until the Server Components are rendered.

Lazy Server Components

Lazy Server Components do not block navigation.

Partial Hydration

A part of the Server Component can be hydrated.

Server Only Page

This page is rendered on the server only.