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
-[`./examples/basic`](./examples/basic) - Advanced RSC features and testing
29
29
- This is mainly used for e2e testing and includes various advanced RSC usages (e.g. `"use cache"` example).
30
-
-[`./examples/performance-track`](./examples/performance-track) - Minimal React Server Components performance track probe.
31
30
-[`./examples/ssg`](./examples/ssg) - Static site generation with MDX and client components for interactivity.
31
+
-[`./examples/ppr`](./examples/ppr) - Partial prerendering with a reusable static HTML shell and request-time RSC content.
32
+
-[`./examples/no-ssr`](./examples/no-ssr) - RSC application without an SSR environment.
33
+
-[`./examples/client-first`](./examples/client-first) - Experimental client-owned page that consumes RSC function results.
34
+
-[`./examples/browser-mode`](./examples/browser-mode) - Advanced setup that runs both RSC and React client environments in the browser with custom module loading.
35
+
-[`./examples/performance-track`](./examples/performance-track) - Minimal React Server Components performance track probe.
- Demonstrates how to integrate [experimental React Router RSC API](https://remix.run/blog/rsc-preview). React Router now provides [official RSC support](https://reactrouter.com/how-to/react-server-components), so it's recommended to follow React Router's official documentation for the latest integration.
34
38
@@ -525,6 +529,29 @@ This module provides Vite-integrated RSC runtime APIs based on
525
529
- `createTemporaryReferenceSet`: Creates a temporary reference set shared by deserialization and reply serialization
526
530
- `setServerCallback`: Configures how server functions are called
527
531
532
+
### Low-levelruntimeentrypoints
533
+
534
+
TheruntimeAPIsareexposedthroughtwolayers:
535
+
536
+
-`@vitejs/plugin-rsc/rsc`, `@vitejs/plugin-rsc/ssr`, and
0 commit comments