Skip to content

Commit bbde473

Browse files
committed
add back image
1 parent 1a9004b commit bbde473

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

.demo/slides/intro.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ layout: section
3939

4040
## Where is TanStack Start positioned
4141

42+
---
43+
theme: monomi
44+
layout: image
45+
image: .demo/assets/start.png
46+
---
47+
4248
---
4349
theme: monomi
4450
layout: default

.demo/slides/router/loaders-routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ layout: default
55

66
# Data loaders & Routing
77

8-
- The page might show only when data is available
9-
- Load can begin during or even before navigation (preloading)
8+
- The page might display only when its data is available
9+
- Data loading can begin during or even before navigation (preloading)
1010
- Data bound to routes might benefit from caching (built-in or TanStack Query)

.demo/slides/router/search.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ layout: section
66
# Search/Query params support
77

88
The URL is your new state manager
9+
10+
---
11+
theme: monomi
12+
layout: default
13+
---
14+
15+
# URL is a global state manager?
16+
17+
- All components can access the URL
18+
- You can bookmark & share the state of your app
19+
- You can safely refresh the page
20+
- You can use the browser's back/forward buttons

.demo/slides/start/api-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: default
55

66
# Server Routes
77

8-
_Now known as API routes_
8+
_Previously known as API routes_
99

1010
- Files inside `routes/api` are API routes
1111
- Same naming convetions as client routes

.demo/slides/start/server-fn-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: default
66
# Builder Pattern?
77

88
```
9-
createServerFn().middleware().validator().handler()
9+
createServerFn().validator().handler()
1010
```
1111

1212
For the devs:

0 commit comments

Comments
 (0)