Skip to content

Commit 8b93320

Browse files
committed
address comments
1 parent 4d650fa commit 8b93320

20 files changed

Lines changed: 30 additions & 36 deletions

File tree

examples/react/i18n-paraglide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const router = createRouter({
6565

6666
In `__root.tsx` add a `beforeLoad` hook to check if the user should be redirected and set the html `lang` attribute.
6767

68-
In `server.ts` intercept the request with the paraglideMiddleware.
68+
Intercept the request in `server.ts` with the paraglideMiddleware:
6969

7070
```ts
7171
import { paraglideMiddleware } from './paraglide/server.js'
@@ -179,7 +179,7 @@ export const translatedPathnames = createTranslatedPathnames({
179179
})
180180
```
181181

182-
And import into the Paraglide Vite plguin.
182+
And import into the Paraglide Vite plugin.
183183

184184
## Server side rendering
185185

examples/react/start-bare/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ A minimal TanStack Start example demonstrating the bare essentials.
44

55
- [TanStack Router Docs](https://tanstack.com/router)
66

7-
## Start a new project
7+
## Start a new project based on this example
88

99
To start a new project based on this example, run:
1010

1111
```sh
1212
npx gitpick TanStack/router/tree/main/examples/react/start-bare start-bare
1313
```
1414

15-
## Development
15+
## Getting Started
1616

1717
From your terminal:
1818

examples/react/start-basic-auth/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ A TanStack Start example demonstrating authentication patterns and protected rou
44

55
- [TanStack Router Docs](https://tanstack.com/router)
66

7-
## Start a new project
7+
## Start a new project based on this example
88

99
To start a new project based on this example, run:
1010

1111
```sh
1212
npx gitpick TanStack/router/tree/main/examples/react/start-basic-auth start-basic-auth
1313
```
1414

15-
## Development
15+
## Getting Started
1616

1717
From your terminal:
1818

@@ -38,7 +38,6 @@ This example demonstrates:
3838
- User authentication flow
3939
- Protected routes
4040
- Login/logout functionality
41-
- Session management
4241
- Redirect after authentication
4342

4443
## Editing and previewing the docs of TanStack projects locally

examples/react/start-basic-authjs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A TanStack Start example demonstrating authentication with Auth.js (NextAuth.js)
55
- [TanStack Router Docs](https://tanstack.com/router)
66
- [Auth.js Documentation](https://authjs.dev/)
77

8-
## Start a new project
8+
## Start a new project based on this example
99

1010
To start a new project based on this example, run:
1111

@@ -23,7 +23,7 @@ cp .env.example .env
2323

2424
Edit `.env` and add your authentication provider credentials.
2525

26-
## Development
26+
## Getting Started
2727

2828
From your terminal:
2929

examples/react/start-basic-cloudflare/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To start a new project based on this example, run:
1313
npx gitpick TanStack/router/tree/main/examples/react/start-basic-cloudflare start-basic-cloudflare
1414
```
1515

16-
## Development
16+
## Getting Started
1717

1818
From your terminal:
1919

examples/react/start-basic-react-query/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To start a new project based on this example, run:
1313
npx gitpick TanStack/router/tree/main/examples/react/start-basic-react-query start-basic-react-query
1414
```
1515

16-
## Development
16+
## Getting Started
1717

1818
From your terminal:
1919

examples/react/start-basic-rsc/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's deployed automagically with Netlify!
1818

1919
- [Netlify](https://netlify.com/)
2020

21-
## Development
21+
## Getting Started
2222

2323
From your terminal:
2424

@@ -41,8 +41,6 @@ This example demonstrates:
4141

4242
- React Server Components (RSC) with TanStack Start
4343
- Server-side rendering
44-
- Streaming
45-
- Server Functions
4644

4745
## Editing and previewing the docs of TanStack projects locally
4846

examples/react/start-basic-static/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's deployed automagically with Vercel!
1818

1919
- [Vercel](https://vercel.com/)
2020

21-
## Development
21+
## Getting Started
2222

2323
From your terminal:
2424

examples/react/start-basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To start a new project based on this example, run:
1616
npx gitpick TanStack/router/tree/main/examples/react/start-basic start-basic
1717
```
1818

19-
## Development
19+
## Getting Started
2020

2121
From your terminal:
2222

examples/react/start-bun/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The server displays a clear overview of all loaded assets at startup:
161161
🚀 Server running at http://localhost:3000
162162
```
163163

164-
## Development
164+
## Getting Started
165165

166166
From your terminal:
167167

0 commit comments

Comments
 (0)