Skip to content
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

[UI v2] feat: Adds tanstack query dev tools for development mode #16131

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

devinvillarosa
Copy link
Contributor

@devinvillarosa devinvillarosa commented Nov 27, 2024

What does this PR do and why?

This PR adds the @tanstack/query devtools. This tool is only visible during development build environments and helps developers visualize query keys and its state. This tool is useful when debugging cached state and visualizing redundant query keys

Screen.Recording.2024-11-27.at.7.25.05.AM.mov

Checklist

  • This pull request references any related issue by including "closes <link to issue>"
    • If no issue exists and your change is not a small fix, please create an issue first.
  • If this pull request adds new functionality, it includes unit tests that cover the changes
  • If this pull request removes docs files, it includes redirect settings in mint.json.
  • If this pull request adds functions or classes, it includes helpful docstrings.

Related to #15512

@devinvillarosa devinvillarosa added development Tech debt, refactors, CI, tests, and other related work. ui Related to the Prefect web interface labels Nov 27, 2024
@devinvillarosa devinvillarosa force-pushed the add-tanstack-query-dev-tools branch from eee371e to 3fc6253 Compare November 27, 2024 17:06
@devinvillarosa devinvillarosa marked this pull request as ready for review November 27, 2024 17:09
Copy link
Member

@desertaxle desertaxle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet! Thank you!

@devinvillarosa devinvillarosa merged commit 23a1bc0 into main Nov 27, 2024
16 checks passed
@devinvillarosa devinvillarosa deleted the add-tanstack-query-dev-tools branch November 27, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Tech debt, refactors, CI, tests, and other related work. ui Related to the Prefect web interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants