Skip to content

Commit 76328a6

Browse files
hi-ogawaclaude
andcommitted
docs(rsc): update React Router RSC references to official documentation
Update documentation to reflect React Router's official RSC support: - Replace experimental RSC preview links with official documentation - Update example description to mention official RSC support - Add links to announcement blog post and official docs 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent df6a38e commit 76328a6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/plugin-rsc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npx degit vitejs/vite-plugin-react/packages/plugin-rsc/examples/starter my-app
2222
- [`./examples/starter`](./examples/starter)
2323
- This example provides an in-depth overview of API with inline comments to explain how they function within RSC-powered React application.
2424
- [`./examples/react-router`](./examples/react-router)
25-
- This demonstrates how to integrate [experimental React Router RSC API](https://remix.run/blog/rsc-preview) with this plugin.
25+
- This demonstrates how to integrate [React Router RSC](https://reactrouter.com/how-to/react-server-components) with this plugin.
2626
It also includes `@cloudflare/vite-plugin` integration.
2727
- [`./examples/basic`](./examples/basic)
2828
- This is mainly used for e2e testing and include various advanced RSC usages (e.g. `"use cache"` example).
@@ -443,5 +443,5 @@ Additionally, Parcel and React Router's work on standardizing the RSC bundler/ap
443443
- [Waku](https://github.com/wakujs/waku)
444444
- [@lazarv/react-server](https://github.com/lazarv/react-server)
445445
- [@jacob-ebey/vite-react-server-dom](https://github.com/jacob-ebey/vite-plugins/tree/main/packages/vite-react-server-dom)
446-
- [React Router RSC](https://remix.run/blog/rsc-preview)
446+
- [React Router RSC](https://reactrouter.com/how-to/react-server-components)
447447
- [Parcel RSC](https://parceljs.org/recipes/rsc)

packages/plugin-rsc/examples/react-router/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
https://vite-rsc-react-router.hiro18181.workers.dev
44

5-
Vite RSC example based on demo made by React router team with Parcel:
5+
This example demonstrates how to integrate [React Router RSC](https://reactrouter.com/how-to/react-server-components) with `@vitejs/plugin-rsc`. React Router now provides official React Server Components support, allowing you to build full-stack applications with server-side rendering and client-side routing.
66

7-
- https://github.com/jacob-ebey/parcel-plugin-react-router/
8-
- https://github.com/jacob-ebey/experimental-parcel-react-router-starter
9-
- https://github.com/remix-run/react-router/tree/rsc/playground/rsc-vite
7+
See also:
108

11-
See also [`rsc-movies`](https://github.com/hi-ogawa/rsc-movies/).
9+
- [React Router RSC documentation](https://reactrouter.com/how-to/react-server-components)
10+
- [React Router RSC announcement](https://remix.run/blog/react-router-and-react-server-components)
11+
- [`rsc-movies`](https://github.com/hi-ogawa/rsc-movies/)
1212

1313
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/vitejs/vite-plugin-react/tree/main/packages/plugin-rsc/examples/react-router?file=src%2Froutes%2Froot.tsx)
1414

0 commit comments

Comments
 (0)