Skip to content

Commit baff162

Browse files
KyleAMathewsclaude
andauthored
Refactor example app to use TanStack Start and separate routes / collection type (#254)
Co-authored-by: Claude <[email protected]>
1 parent 56cd2a9 commit baff162

29 files changed

+5650
-890
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,9 @@ dev-debug.log
145145
# Task files
146146
tasks.json
147147
tasks/
148+
149+
## Tanstack Start
150+
.nitro
151+
.output
152+
.tanstack
153+
.claude

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
**/docs
77
**/snap
88
pnpm-lock.yaml
9+
**/routeTree.gen.ts

docs/config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
},
4646
{
4747
"label": "Guides",
48-
"children": [
49-
50-
]
48+
"children": []
5149
},
5250
{
5351
"label": "API Reference",

docs/framework/react/adapter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ npm install @tanstack/react-db
1414
See the [React Functions Reference](../reference/index.md) to see the full list of hooks available in the React Adapter.
1515

1616
## Basic Usage
17-

docs/framework/solid/adapter.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: TanStack DB Solid Adapter
33
ref: docs/framework/react/adapter.md
4-
replace: {
5-
"React": "Solid",
6-
"react": "solid"
7-
}
4+
replace: { "React": "Solid", "react": "solid" }
85
---

docs/framework/svelte/adapter.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: TanStack DB Svelte Adapter
33
ref: docs/framework/react/adapter.md
4-
replace: {
5-
"React": "Svelte",
6-
"react": "svelte"
7-
}
4+
replace: { "React": "Svelte", "react": "svelte" }
85
---

docs/framework/vue/adapter.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: TanStack DB Vue Adapter
33
ref: docs/framework/react/adapter.md
4-
replace: {
5-
"React": "Vue",
6-
"react": "vue"
7-
}
4+
replace: { "React": "Vue", "react": "vue" }
85
---

0 commit comments

Comments
 (0)