Skip to content

Commit 0f1363f

Browse files
committed
upgrade from remix v2 to react router v7 framework mode
1 parent dcfadd6 commit 0f1363f

File tree

38 files changed

+9729
-7815
lines changed

38 files changed

+9729
-7815
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A repository to showcase different ways to fetch data in React.
2525
## Server-Side Rendering (SSR)
2626

2727
- [3-1-nextjs-ssr](./apps/3-ssr/3-1-nextjs-ssr) - `pnpm dev3-1` [http://localhost:3331/](http://localhost:3331/)
28-
- [3-2-remix-ssr](./apps/3-ssr/3-2-remix-ssr) - `pnpm dev3-2` [http://localhost:3332/](http://localhost:3332/)
28+
- [3-2-react-router-ssr](./apps/3-ssr/3-2-react-router-ssr) - `pnpm dev3-2` [http://localhost:3332/](http://localhost:3332/)
2929
- [3-3-sveltekit-ssr](./apps/3-ssr/3-3-sveltekit-ssr) - `pnpm dev3-3` [http://localhost:3333/](http://localhost:3333/)
3030
- [3-4-astro-ssr](./apps/3-ssr/3-4-astro-ssr) - `pnpm dev3-4` [http://localhost:3334/](http://localhost:3334/)
3131
- [3-5-tanstack-start-ssr](./apps/3-ssr/3-5-tanstack-start-ssr) - `pnpm dev3-5` [http://localhost:3335/](http://localhost:3335/)

apps/0-json-server/db.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4333,20 +4333,6 @@
43334333
"name": "ex eaque eum natus",
43344334
"email": "[email protected]",
43354335
"body": "perspiciatis quis doloremque\nveniam nisi eos velit sed\nid totam inventore voluptatem laborum et eveniet\naut aut aut maxime quia temporibus ut omnis"
4336-
},
4337-
{
4338-
"body": "sadf sa fs",
4339-
"email": "[email protected]",
4340-
"name": "User",
4341-
"postId": 1,
4342-
"id": 501
4343-
},
4344-
{
4345-
"body": "lkdj klsdf ",
4346-
"email": "[email protected]",
4347-
"name": "User",
4348-
"postId": 1,
4349-
"id": 502
43504336
}
43514337
]
43524338
}

apps/1-spa/1-1-vite-componentdidmount/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@mantine/core": "8.1.3",
1414
"@mantine/hooks": "8.1.3",
15-
"@tabler/icons-react": "3.34.0",
15+
"@tabler/icons-react": "3.17.0",
1616
"mantine-react-table": "^2.0.0-beta.6",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0",

apps/1-spa/1-2-vite-useeffect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@mantine/core": "8.1.3",
1414
"@mantine/hooks": "8.1.3",
15-
"@tabler/icons-react": "3.34.0",
15+
"@tabler/icons-react": "3.17.0",
1616
"mantine-react-table": "^2.0.0-beta.6",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0",

apps/1-spa/1-3-vite-reactquery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@mantine/core": "8.1.3",
1414
"@mantine/hooks": "8.1.3",
15-
"@tabler/icons-react": "3.34.0",
15+
"@tabler/icons-react": "3.17.0",
1616
"@tanstack/react-query": "^5.83.0",
1717
"@tanstack/react-query-devtools": "^5.83.0",
1818
"mantine-react-table": "^2.0.0-beta.6",

apps/1-spa/1-4-vite-reactquery-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@mantine/core": "8.1.3",
1414
"@mantine/hooks": "8.1.3",
15-
"@tabler/icons-react": "3.34.0",
15+
"@tabler/icons-react": "3.17.0",
1616
"@tanstack/react-query": "^5.83.0",
1717
"@tanstack/react-query-devtools": "^5.83.0",
1818
"mantine-react-table": "^2.0.0-beta.6",

apps/1-spa/1-5-vite-reactquery-query-options/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@mantine/core": "8.1.3",
1414
"@mantine/hooks": "8.1.3",
15-
"@tabler/icons-react": "3.34.0",
15+
"@tabler/icons-react": "3.17.0",
1616
"@tanstack/react-query": "^5.83.0",
1717
"@tanstack/react-query-devtools": "^5.83.0",
1818
"mantine-react-table": "^2.0.0-beta.6",

apps/1-spa/1-6-vite-tanstack-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@mantine/core": "8.1.3",
1414
"@mantine/hooks": "8.1.3",
15-
"@tabler/icons-react": "3.34.0",
15+
"@tabler/icons-react": "3.17.0",
1616
"@tanstack/react-query": "^5.83.0",
1717
"@tanstack/react-query-devtools": "^5.83.0",
1818
"@tanstack/react-router": "^1.106.2",

apps/1-spa/1-7-vite-tanstack-router-loaders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@mantine/core": "8.1.3",
1414
"@mantine/hooks": "8.1.3",
15-
"@tabler/icons-react": "3.34.0",
15+
"@tabler/icons-react": "3.17.0",
1616
"@tanstack/react-query": "^5.83.0",
1717
"@tanstack/react-query-devtools": "^5.83.0",
1818
"@tanstack/react-router": "^1.106.2",

apps/1-spa/1-8-vite-tanstack-router-file-based-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@mantine/core": "8.1.3",
1414
"@mantine/hooks": "8.1.3",
15-
"@tabler/icons-react": "3.34.0",
15+
"@tabler/icons-react": "3.17.0",
1616
"@tanstack/react-query": "^5.83.0",
1717
"@tanstack/react-query-devtools": "^5.83.0",
1818
"@tanstack/react-router": "^1.106.2",

0 commit comments

Comments
 (0)