-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Conversation
…ross multiple frameworks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the documentation to include information about a third-party Chrome extension for debugging TanStack Query DevTools across multiple frameworks.
- Added a note and link for the Chrome extension on the Vue, Svelte, Solid, React, and Angular devtools pages.
- Added a new section on community projects pages for both Vue and React documenting the Chrome extension.
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
docs/framework/vue/devtools.md | Added a Chrome extension info block at the top of the devtools documentation. |
docs/framework/vue/community/community-projects.md | Added a new "DevTools Chrome Extension" section describing the extension. |
docs/framework/svelte/devtools.md | Inserted a blockquote note for Chrome users to use the third-party extension. |
docs/framework/solid/devtools.md | Added a similar Chrome extension info block in the Solid devtools documentation. |
docs/framework/react/devtools.md | Inserted a Chrome extension note alongside existing documentation and React Native info. |
docs/framework/react/community/community-projects.md | Added a section with a Chrome extension description under community projects. |
docs/framework/angular/devtools.md | Added a Chrome extension note at the beginning of the Angular devtools documentation. |
also, is the extension itself open-source? |
also, FYI, we now dispatch custom events from the devtools that you could potentially pick up instead of relying on a global queryClient? query/packages/query-devtools/src/Devtools.tsx Lines 2524 to 2529 in 3e7d715
|
Hi @TkDodo,
This warning is triggered because of
Not yet, but I'm planning to open source it somewhere today or tomorrow
I assume that it would mean that in order to use this extension, the user would first need to install the devtools to their app? If so, I would prefer not to follow this path for 2 reasons:
|
View your CI Pipeline Execution ↗ for commit d936eeb.
☁️ Nx Cloud last updated this comment at |
yeah that’s right, they would
let me know once that’s done please 👍 |
No description provided.