Skip to content

Commit b85e7c6

Browse files
committed
chore: tewak
1 parent 0c88db8 commit b85e7c6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/plugin-rsc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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://reactrouter.com/how-to/react-server-components)
446+
- [React Router RSC](https://remix.run/blog/rsc-preview)
447447
- [Parcel RSC](https://parceljs.org/recipes/rsc)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
https://vite-rsc-react-router.hiro18181.workers.dev
44

55
> [!NOTE]
6-
> This example demonstrates a custom integration of React Router with RSC using `@vitejs/plugin-rsc`. While React Router now provides [official RSC support](https://reactrouter.com/how-to/react-server-components), this example represents a less official setup that predates the official implementation. It's kept for posterity and as an alternative approach for those who prefer this integration method.
6+
> React router now provides [official RSC support](https://reactrouter.com/how-to/react-server-components) for Vite. The example might not be kept up to date with the latest version. Please refer to React router's official documentation for the latest updates.
77
8-
This example demonstrates how to integrate React Router with React Server Components using `@vitejs/plugin-rsc`.
8+
Vite RSC example based on demo made by React router team with Parcel:
99

10-
See also:
10+
- https://github.com/jacob-ebey/parcel-plugin-react-router/
11+
- https://github.com/jacob-ebey/experimental-parcel-react-router-starter
12+
- https://github.com/remix-run/react-router/tree/rsc/playground/rsc-vite
1113

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

1616
[![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)
1717

0 commit comments

Comments
 (0)