Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/components/landing/StartLanding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ export default function StartLanding() {
icon={<GitBranchIcon aria-hidden="true" size={15} />}
title="The framework does not replace the application model."
body="Routes, params, search schemas, loaders, links, pending states, and boundaries stay TanStack Router. Start adds the server and build layers around that same tree."
action={
<a
href="/start/latest/docs/framework/react/tutorial/learn-start"
className="inline-flex items-center gap-2 text-ds-label-lg underline underline-offset-4"
>
Build an app with Learn Start
<ArrowRightIcon aria-hidden="true" size={18} />
</a>
}
/>
<RouterFoundation />
</div>
Expand Down
10 changes: 10 additions & 0 deletions src/routes/learn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ function LearnPage() {
individual or team, we have resources that will help you succeed.
</p>
</header>
<a
href="/start/latest/docs/framework/react/tutorial/learn-start"
className="block rounded-lg border border-gray-500/20 p-6 hover:border-green-500 focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-green-500"
>
<h2 className="text-xl font-bold">Learn TanStack Start</h2>
<p className="mt-2 text-gray-600 dark:text-gray-400">
Build one React app through eight working checkpoints: routing,
PostgreSQL, forms, accounts, SEO, deployment, and tests.
</p>
</a>
<div className="flex items-stretch flex-wrap gap-4 max-w-full w-[900px] justify-center">
<a
href="https://youtube.com/@tan_stack"
Expand Down
Loading