-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update overview.md #5231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update overview.md #5231
Conversation
docs: polish TanStack Start overview for clarity and readability docs: improve structure, formatting, and flow in overview docs: update TanStack Start overview with cleaner style and better SEO description
WalkthroughRewrites and restructures the React overview documentation page: reorganizes sections, adds a dedicated “What is TanStack Start?” and “Core Dependencies,” refactors features into categorized bullets, updates limitations wording, condenses funding context, and adds a closing call-to-action banner. No code or API changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal). Please share your feedback with us on this Discord post. 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
docs/start/framework/react/overview.md (2)
22-55
: Avoid repeating the feature listWe list the same capabilities twice—once here and again in the “With Start, you unlock…” section. Consolidating into the richer, second list keeps the page tighter and easier to scan.
-**TanStack Start** is a **full-stack React framework** built on top of [TanStack Router](https://tanstack.com/router). -It provides everything you need for modern app development, including: - -- **Full-document SSR** -- **Streaming** -- **Server functions** -- **Bundling** -- **Universal deployment** - -Powered by [Vite](https://vite.dev/), it’s fast to develop with, and flexible enough to deploy to **any hosting provider or runtime**. +**TanStack Start** is a **full-stack React framework** built on top of [TanStack Router](https://tanstack.com/router). Powered by [Vite](https://vite.dev/), it’s fast to develop with and flexible enough to deploy to **any hosting provider or runtime**.
86-86
: Wire the CTA to the install guideLet’s link “Head to the next page” to the installation doc (e.g.
./installation
) so readers can jump straight into setup without hunting through the sidebar.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/start/framework/react/overview.md
(1 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.{md,mdx}
📄 CodeRabbit inference engine (AGENTS.md)
Use internal docs links relative to the docs/ folder (e.g., ./guide/data-loading)
Files:
docs/start/framework/react/overview.md
docs/{router,start}/**
📄 CodeRabbit inference engine (AGENTS.md)
Place router docs under docs/router/ and start framework docs under docs/start/
Files:
docs/start/framework/react/overview.md
🔇 Additional comments (1)
docs/start/framework/react/overview.md (1)
6-13
: Love the clearer release-candidate calloutThe structured note reads crisply and sets expectations right up front. Nicely done.
docs: polish TanStack Start overview for clarity and readability
docs: improve structure, formatting, and flow in overview
docs: update TanStack Start overview with cleaner style and better SEO description
Summary by CodeRabbit