Skip to content

Commit 2703b7f

Browse files
docs: how-to SSR guide
Add a comprehensive "How to Set Up Server-Side Rendering (SSR)" guide to provide practical, step-by-step instructions and address feedback from PR #4703. The previous PR #4703 aimed to add an SSR setup guide but had concerns regarding overlap with an existing conceptual SSR guide and specific technical implementation details (e.g., streaming SSR, Vite config). This PR addresses those concerns by creating a distinct, practical "how-to" guide with complete code examples, troubleshooting, and a clear recommendation for TanStack Start, while ensuring it complements the existing theoretical guide. --- [Open in Web](https://cursor.com/agents?id=bc-8555f196-638f-4bec-90a4-5eac52b5918a) • [Open in Cursor](https://cursor.com/background-agent?bcId=bc-8555f196-638f-4bec-90a4-5eac52b5918a) Learn more about [Background Agents](https://docs.cursor.com/background-agent/web-and-mobile) Co-authored-by: Cursor Agent <[email protected]>
1 parent b38c42e commit 2703b7f

File tree

4 files changed

+556
-3
lines changed

4 files changed

+556
-3
lines changed

docs/router/framework/react/how-to/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This directory contains focused, step-by-step instructions for common TanStack R
1111

1212
- [Install TanStack Router](./install.md) - Basic installation steps
1313
- [Deploy to Production](./deploy-to-production.md) - Deploy your app to hosting platforms
14+
- [Set Up Server-Side Rendering (SSR)](./setup-ssr.md) - Implement SSR with TanStack Router
1415

1516
## Using These Guides
1617

docs/router/framework/react/how-to/deploy-to-production.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,9 @@ Before deploying, ensure you have:
432432

433433
After deployment, you might want to:
434434

435-
<!-- TODO: Uncomment as how-to guides are created
436435
- [How to Set Up Server-Side Rendering (SSR)](./setup-ssr.md)
436+
437+
<!-- TODO: Uncomment as how-to guides are created
437438
- [How to Optimize Performance](./optimize-performance.md)
438439
- [How to Set Up Analytics](./setup-analytics.md)
439440
-->

0 commit comments

Comments
 (0)