Skip to content

Commit f127f42

Browse files
committed
make query options example
1 parent c6d3ebd commit f127f42

File tree

83 files changed

+1052
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+1052
-55
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ A repository to showcase different ways to fetch data in React.
99
- [1-1-vite-componentdidmount](./apps/1-spa/1-1-vite-componentdidmount) - `pnpm dev1-1` [http://localhost:3311/](http://localhost:3311/)
1010
- [1-2-vite-useeffect](./apps/1-spa/1-2-vite-useeffect) - `pnpm dev1-2` [http://localhost:3312/](http://localhost:3312/)
1111
- [1-3-vite-reactquery](./apps/1-spa/1-3-vite-reactquery) - `pnpm dev1-3` [http://localhost:3313/](http://localhost:3313/)
12-
- [1-4-vite-reactquery-refactor](./apps/1-spa/1-4-vite-reactquery-refactor) - `pnpm dev1-4` [http://localhost:3314/](http://localhost:3314/)
13-
- [1-5-astro-react-spa](./apps/1-spa/1-5-astro-react-spa) - `pnpm dev1-5` [http://localhost:3315/](http://localhost:3315/)
12+
- [1-4-vite-reactquery-hooks](./apps/1-spa/1-4-vite-reactquery-hooks) - `pnpm dev1-4` [http://localhost:3314/](http://localhost:3314/)
13+
- [1-5-vite-reactquery-query-options](./apps/1-spa/1-5-vite-reactquery-query-options) - `pnpm dev1-5` [http://localhost:3315/](http://localhost:3315/)
14+
- [1-6-vite-tanstack-router](./apps/1-spa/1-6-vite-tanstack-router) - `pnpm dev1-6` [http://localhost:3316/](http://localhost:3316/)
15+
- [1-7-astro-react-spa](./apps/1-spa/1-7-astro-react-spa) - `pnpm dev1-7` [http://localhost:3317/](http://localhost:3317/)
1416

1517
## Static Site Generation (SSG)
1618

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "1-4-vite-reactquery-refactor",
2+
"name": "1-4-vite-reactquery-hooks",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

0 commit comments

Comments
 (0)