Skip to content

Commit 7e21b8b

Browse files
authored
Merge branch 'main' into test/no-void-query-fn-prefetch-methods
2 parents 2c3c84c + 2dca719 commit 7e21b8b

12 files changed

Lines changed: 27 additions & 22 deletions

File tree

docs/community-resources.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ others:
175175
url: 'https://github.com/rametta/rapini',
176176
description: '🥬 OpenAPI to React Query (or SWR) & Axios',
177177
},
178+
{
179+
title: 'React Query Visualizer',
180+
url: 'https://marketplace.visualstudio.com/items?itemName=fe-dudu.react-query-visualizer',
181+
description: 'VS Code extension for TanStack Query (React Query): visualize query keys, cache invalidation/refetch flows, and file impact graph',
182+
},
178183
{
179184
title: 'Tanstack Query Visualizer',
180185
url: 'https://tanstack-query-visualizer.sofi.coop/',

examples/angular/auto-refetching/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/basic-persister/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/basic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/devtools-panel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/infinite-query-with-max-pages/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/optimistic-updates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/pagination/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/query-options-from-a-service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/router/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

0 commit comments

Comments
 (0)