@@ -38,15 +38,15 @@ These templates come with React Router RSC APIs already configured with the resp
38
38
The [ parcel template] [ parcel-rsc-template ] uses the official React ` react-server-dom-parcel ` plugin.
39
39
40
40
``` shellscript
41
- npx create-react-router-app @latest --template= unstable_rsc-parcel
41
+ npx create-react-router@latest --template remix-run/react-router-templates/ unstable_rsc-parcel
42
42
```
43
43
44
44
** Vite Template**
45
45
46
46
The [ vite template] [ vite-rsc-template ] uses the experimental Vite ` @vitejs/plugin-rsc ` plugin.
47
47
48
48
``` shellscript
49
- npx create-react-router-app @latest --template= unstable_rsc-vite
49
+ npx create-react-router@latest --template remix-run/react-router-templates/ unstable_rsc-vite
50
50
```
51
51
52
52
## Using RSC with React Router
@@ -766,7 +766,7 @@ createFromReadableStream<RSCServerPayload>(
766
766
[ use-client-docs ] : https://react.dev/reference/rsc/use-client
767
767
[ use-server-docs ] : https://react.dev/reference/rsc/use-server
768
768
[ route-module ] : ../start/framework/route-module
769
- [ framework-mode ] : ../start/framework/route-module
769
+ [ framework-mode ] : ../start/modes# framework
770
770
[ custom-framework ] : ../start/data/custom
771
771
[ parcel-rsc-doc ] : https://parceljs.org/recipes/rsc/
772
772
[ vite-rsc-doc ] : https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-rsc
@@ -778,5 +778,5 @@ createFromReadableStream<RSCServerPayload>(
778
778
[ rsc-hydrated-router ] : ../api/rsc/RSCHydratedRouter
779
779
[ express ] : https://expressjs.com/
780
780
[ node-fetch-server ] : https://github.com/mjackson/remix-the-web/tree/main/packages/node-fetch-server
781
- [ parcel-rsc-template ] : ( https://github.com/remix-run/react-router-templates/tree/main/unstable_rsc-parcel)
782
- [ vite-rsc-template ] : ( https://github.com/remix-run/react-router-templates/tree/main/unstable_rsc-vite)
781
+ [ parcel-rsc-template ] : https://github.com/remix-run/react-router-templates/tree/main/unstable_rsc-parcel
782
+ [ vite-rsc-template ] : https://github.com/remix-run/react-router-templates/tree/main/unstable_rsc-vite
0 commit comments