Skip to content

Commit f16aaab

Browse files
committed
Update release notes with RSC links
1 parent 94004a9 commit f16aaab

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,16 @@ Date: 2025-07-16
356356

357357
#### Unstable RSC APIs
358358

359-
This release contains the (currently `unstable_`) RSC APIs for use with RSC in Data Mode. For more information, check out the [RSC Preview](https://remix.run/blog/rsc-preview) blog post and the [RSC Docs](https://reactrouter.com/dev/how-to/react-server-components).
359+
We're excited to introduce experimental support for RSC in Data Mode via the following new APIs:
360+
361+
- [`unstable_RSCHydratedRouter`](https://reactrouter.com/api/rsc/RSCHydratedRouter)
362+
- [`unstable_RSCStaticRouter`](https://reactrouter.com/api/rsc/RSCStaticRouter)
363+
- [`unstable_createCallServer`](https://reactrouter.com/api/rsc/createCallServer)
364+
- [`unstable_getRSCStream`](https://reactrouter.com/api/rsc/getRSCStream)
365+
- [`unstable_matchRSCServerRequest`](https://reactrouter.com/api/rsc/matchRSCServerRequest)
366+
- [`unstable_routeRSCServerRequest`](https://reactrouter.com/api/rsc/routeRSCServerRequest)
367+
368+
For more information, check out the [blog post](https://remix.run/blog/react-router-and-react-server-components) and the [RSC Docs](https://reactrouter.com/how-to/react-server-components).
360369

361370
### Minor Changes
362371

docs/how-to/react-server-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ These templates come with React Router RSC APIs already configured with the resp
3535

3636
**Parcel Template**
3737

38-
The parcel template uses the official React `react-server-dom-parcel` plugin.
38+
The [parcel template][parcel-rsc-template] uses the official React `react-server-dom-parcel` plugin.
3939

4040
```shellscript
4141
npx create-react-router-app@latest --template=unstable_rsc-parcel
4242
```
4343

4444
**Vite Template**
4545

46-
The vite template uses the experimental Vite `@vitejs/plugin-rsc` plugin.
46+
The [vite template][vite-rsc-template] uses the experimental Vite `@vitejs/plugin-rsc` plugin.
4747

4848
```shellscript
4949
npx create-react-router-app@latest --template=unstable_rsc-vite

0 commit comments

Comments
 (0)