Explain selected Start examples and include them in the sitemap - #1262
tannerlinsley wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe change adds three TanStack Start example pages. It defines their metadata, renders overview content and page metadata, and includes their URLs in the sitemap. ChangesStart example pages
Priority: ⬇️ Low Estimated code review effort: 3 (Moderate) | ~25 minutes Change: Feature Sequence Diagram(s)sequenceDiagram
participant ExampleRoute
participant getStartExamplePage
participant StartExampleOverview
ExampleRoute->>getStartExamplePage: resolve route params
getStartExamplePage-->>ExampleRoute: return matching metadata or undefined
ExampleRoute->>StartExampleOverview: pass route params
StartExampleOverview->>getStartExamplePage: resolve example metadata
getStartExamplePage-->>StartExampleOverview: return page content
StartExampleOverview-->>ExampleRoute: render overview or null
Merge Risk: ⚪ Minimal · up to The three example pages, their rendered metadata, and sitemap entries are aligned with the stated scope and validation results. No merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tanstack-com | 9e982e7 | Commit Preview URL Branch Preview URL |
Sep 12 2026, 12:00 AM |
Explain three existing Start React examples before adding them to the sitemap: basic routing, React Query, and static rendering. Each page now has a specific title and description, server-rendered setup instructions, key source-file links, and a related guide. The static example explains its sample base path, sitemap host, and build-time data behavior.
The same curated selection controls page content and sitemap inclusion. Other examples stay excluded from the sitemap, and old-version canonical behavior is unchanged.
Validation: full site checks passed (515 tests, 3 skips, types and lint); all three example build commands passed; headless checks verified each page without JavaScript, canonical URLs, guide links, and actual sitemap inclusion/exclusion. Desktop and mobile layouts were inspected. Sidebar and fullscreen controls passed after the local development client settled. Immediate-click diagnostics caught inert server HTML during preview startup; no production timing guarantee is claimed.
Summary by CodeRabbit