We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1ac64 commit 961b288Copy full SHA for 961b288
docs/how-to/react-server-components.md
@@ -49,14 +49,6 @@ The [vite template][vite-rsc-template] uses the experimental Vite `@vitejs/plugi
49
npx create-react-router-app@latest --template=unstable_rsc-vite
50
```
51
52
-**RSC + SPA (no SSR) Template**
53
-
54
-For those who like alphabet soup.
55
56
-```shellscript
57
-npx create-react-router-app@latest --template=unstable_rsc-vite-spa
58
-```
59
60
## Using RSC with React Router
61
62
### Configuring Routes
0 commit comments