Skip to content

docs: add Chrome extension information for TanStack Query devtools across multiple frameworks #9275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/framework/angular/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: devtools
title: Devtools
---

> For Google Chrome users: A third-party Chrome extension is available for debugging TanStack Query directly in Chrome DevTools. This provides the same functionality as the framework-specific devtools packages. Check it out here: [TanStack Query DevTools](https://chromewebstore.google.com/detail/tanstack-query-devtools/annajfchloimdhceglpgglpeepfghfai)

## Enable devtools

The devtools help you debug and inspect your queries and mutations. You can enable the devtools by adding `withDevtools` to `provideTanStackQuery`.
Expand Down
6 changes: 6 additions & 0 deletions docs/framework/react/community/community-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ A family of libraries for building building browser and gRPC-compatible HTTP API

Link: https://connectrpc.com/docs

## DevTools Chrome Extension

A Chrome browser extension that provides devtools for TanStack Query, allowing you to inspect and debug queries, mutations, and cache state directly in Chrome DevTools.

Link: https://chromewebstore.google.com/detail/tanstack-query-devtools/annajfchloimdhceglpgglpeepfghfai

## GraphQL Code Generator

Generate React Query hooks from your GraphQL schema
Expand Down
2 changes: 2 additions & 0 deletions docs/framework/react/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Wave your hands in the air and shout hooray because React Query comes with dedic

When you begin your React Query journey, you'll want these devtools by your side. They help visualize all the inner workings of React Query and will likely save you hours of debugging if you find yourself in a pinch!

> For Google Chrome users: A third-party Chrome extension is available for debugging TanStack Query directly in Chrome DevTools. This provides the same functionality as the framework-specific devtools packages. Check it out here: [TanStack Query DevTools](https://chromewebstore.google.com/detail/tanstack-query-devtools/annajfchloimdhceglpgglpeepfghfai)

> For React Native users: A third-party native macOS app is available for debugging React Query in ANY js-based application. Monitor queries across devices in real-time. Check it out here: [rn-better-dev-tools](https://github.com/LovesWorking/rn-better-dev-tools)

> Note that since version 5, the dev tools support observing mutations as well.
Expand Down
2 changes: 2 additions & 0 deletions docs/framework/solid/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Wave your hands in the air and shout hooray because Solid Query comes with dedic

When you begin your Solid Query journey, you'll want these devtools by your side. They help visualize all of the inner workings of Solid Query and will likely save you hours of debugging if you find yourself in a pinch!

> For Google Chrome users: A third-party Chrome extension is available for debugging TanStack Query directly in Chrome DevTools. This provides the same functionality as the framework-specific devtools packages. Check it out here: [TanStack Query DevTools](https://chromewebstore.google.com/detail/tanstack-query-devtools/annajfchloimdhceglpgglpeepfghfai)

## Install and Import the Devtools

The devtools are a separate package that you need to install:
Expand Down
2 changes: 2 additions & 0 deletions docs/framework/svelte/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: devtools
title: Devtools
---

> For Google Chrome users: A third-party Chrome extension is available for debugging TanStack Query directly in Chrome DevTools. This provides the same functionality as the framework-specific devtools packages. Check it out here: [TanStack Query DevTools](https://chromewebstore.google.com/detail/tanstack-query-devtools/annajfchloimdhceglpgglpeepfghfai)

## Install and Import the Devtools

The devtools are a separate package that you need to install:
Expand Down
6 changes: 6 additions & 0 deletions docs/framework/vue/community/community-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ There are lots of community projects that build on top of Vue Query and use it t

> Please note that these projects are entirely community maintained. If you have questions about these projects, please reach out to the project maintainers.

## DevTools Chrome Extension

A Chrome browser extension that provides devtools for TanStack Query, allowing you to inspect and debug queries, mutations, and cache state directly in Chrome DevTools.

Link: https://chromewebstore.google.com/detail/tanstack-query-devtools/annajfchloimdhceglpgglpeepfghfai

## Query Key factory

A library for creating typesafe standardized query keys, useful for cache management in `@tanstack/query`
Expand Down
2 changes: 2 additions & 0 deletions docs/framework/vue/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Wave your hands in the air and shout hooray because Vue Query comes with dedicat

When you begin your Vue Query journey, you'll want these devtools by your side. They help visualize all of the inner workings of Vue Query and will likely save you hours of debugging if you find yourself in a pinch!

> For Google Chrome users: A third-party Chrome extension is available for debugging TanStack Query directly in Chrome DevTools. This provides the same functionality as the framework-specific devtools packages. Check it out here: [TanStack Query DevTools](https://chromewebstore.google.com/detail/tanstack-query-devtools/annajfchloimdhceglpgglpeepfghfai)

## Component based Devtools (Vue 3)

You can directly integrate the devtools component into your page using a dedicated package.
Expand Down
Loading