You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In (unstable) RSC Framework Mode, always keep the `ErrorBoundary`, `HydrateFallback` and `Layout` Route Module exports as client components, even when a `ServerComponent` export is present
- Server Functions (via [`"use server"`][use-server-docs] directive)
39
39
@@ -177,9 +177,9 @@ export default function Route({
177
177
}
178
178
```
179
179
180
-
### Server Component Routes
180
+
### Route Server Components
181
181
182
-
If a route exports a `ServerComponent` instead of the typical `default` component export, this component along with other route components (`ErrorBoundary`, `HydrateFallback`, `Layout`) will be server components rather than the usual client components.
182
+
If a route exports a `ServerComponent` instead of the typical `default` component export, this will be a server component rather than the usual client component.
0 commit comments