Skip to content
Open
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
10 changes: 5 additions & 5 deletions docs/start/framework/react/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Quick Start

## Impatient?

The fastest way to get a Start project up and running is with the cli. Just run
The fastest way to get a Start project up and running is with the CLI. Just run

```
pnpm create @tanstack/start@latest
Expand Down Expand Up @@ -34,7 +34,7 @@ Once you've cloned the example you want, head back to the [Routing](./guide/rout

## Examples

TanStack Start has load of examples to get you started. Pick one of the examples below to get started!
TanStack Start has a load of examples to get you started. Pick one of the examples below to get started!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: TanStack Start has lots of examples to get you started. Pick one of the examples below to get started!

Copy link
Contributor

@brenelz brenelz Jan 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this nitpick would read better


- [Basic](https://github.com/TanStack/router/tree/main/examples/react/start-basic) (start-basic)
- [Basic + Auth](https://github.com/TanStack/router/tree/main/examples/react/start-basic-auth) (start-basic-auth)
Expand All @@ -47,9 +47,9 @@ TanStack Start has load of examples to get you started. Pick one of the examples
- [WorkOS](https://github.com/TanStack/router/tree/main/examples/react/start-workos) (start-workos)
- [Material UI](https://github.com/TanStack/router/tree/main/examples/react/start-material-ui) (start-material-ui)

### Stackblitz
### StackBlitz

Each example above has an embedded stackblitz preview to find the one that feels like a good starting point
Each example above has an embedded StackBlitz preview to find the one that feels like a good starting point.

### Quick Deploy

Expand All @@ -66,7 +66,7 @@ npm install
npm run dev
```

Once you've clone or deployed an example, head back to the [Routing](./guide/routing) guide to learn how to use TanStack Start!
Once you've cloned or deployed an example, head back to the [Routing](./guide/routing) guide to learn how to use TanStack Start!

## Other Router Examples

Expand Down