Skip to content

docs: remove fsRoutes ssr:true dev-server restriction notes#127

Merged
uhyo merged 1 commit into
masterfrom
claude/fsroutes-ssr-docs-cleanup-v6jsl0
Jun 28, 2026
Merged

docs: remove fsRoutes ssr:true dev-server restriction notes#127
uhyo merged 1 commit into
masterfrom
claude/fsroutes-ssr-docs-cleanup-v6jsl0

Conversation

@uhyo

@uhyo uhyo commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Summary

The dev-server limitation tracked in #124 — fs-routing requiring ssr: true to render pages in vite dev — has been lifted. This cleans up the docs to remove every mention of that restriction and reframes ssr as an optional recommendation rather than a requirement.

Changes

  • packages/docs/src/pages/learn/FileSystemRouting.mdx — the callout box no longer states ssr: true is "required for the dev server" or that the dev server "can only render the app shell"; dropped the link to File-system routing requires ssr: true for the dev server (lift this limitation) #124. Now frames ssr as optional and consistent across dev / build / preview, recommended for SEO and faster initial load.
  • packages/docs/src/pages/api/FunstackStatic.mdx — in both the fsRoutes-mode example and the fsRoutes option section, "required for the dev server to render pages" → "optional but recommended for SEO and faster initial load".

The ssr: true lines in the code snippets are kept as the recommended setup; only the prose claiming it's mandatory changed. Grepped the repo to confirm no other #124 / "required for the dev" / "app shell" restriction references remain.

🤖 Generated with Claude Code


Generated by Claude Code

The dev-server limitation tracked in #124 has been lifted, so fsRoutes
no longer requires ssr:true to render pages in vite dev. Reframe the
ssr guidance as an optional recommendation (SEO, faster initial load)
and drop the #124 reference.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WYLKPC9rXbCVyDMGawSrak
@uhyo uhyo merged commit fa030f4 into master Jun 28, 2026
2 checks passed
@uhyo uhyo deleted the claude/fsroutes-ssr-docs-cleanup-v6jsl0 branch June 28, 2026 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants