You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/router/framework/react/how-to/setup-ssr.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# How to Set Up Server-Side Rendering (SSR)
2
2
3
-
> [!IMPORTANT]
4
-
> **[TanStack Start](../guide/tanstack-start.md) is the recommended way to set up SSR** - it provides SSR, streaming, and deployment with zero configuration.
3
+
> [!IMPORTANT] > **[TanStack Start](../guide/tanstack-start.md) is the recommended way to set up SSR** - it provides SSR, streaming, and deployment with zero configuration.
5
4
>
6
5
> Use the manual setup below only if you need to integrate with an existing server.
> **Most of these problems are automatically solved by [TanStack Start](../guide/tanstack-start.md).** The issues below are primarily relevant for manual SSR setups.
424
+
> [!TIP] > **Most of these problems are automatically solved by [TanStack Start](../guide/tanstack-start.md).** The issues below are primarily relevant for manual SSR setups.
427
425
428
426
### React Import Errors
429
427
@@ -547,4 +545,4 @@ const ssrConfig = {
547
545
- [Deploy to Production](./deploy-to-production.md) - Deploy your SSR app
548
546
- [Setup Authentication](./setup-authentication.md) - Add auth to SSR routes
0 commit comments