Zukeeper: Devtools for Zustand
Devtools for Zustand, in Zustand
DevTools extension for debugging TanStack Query applications. Inspect queries, mutations, and cache state in real-time.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
TanStack Query DevTools is the essential debugging companion for developers using TanStack Query in their web applications. This powerful Chrome DevTools extension provides deep insights into your application's data fetching, caching, and state management, making debugging and optimization effortless. Whether you're building with React, Vue, Svelte, Angular, or vanilla JavaScript, this extension works seamlessly with any framework that uses TanStack Query Core.
The extension integrates directly into Chrome DevTools as a dedicated panel, automatically detecting TanStack Query usage and providing real-time monitoring with minimal setup. You'll see all your queries and mutations in a professional two-column layout with instant status updates, making it easy to understand what's happening in your application at any moment.
Key Features:
• Real-time query monitoring with live status indicators showing loading, success, error, and stale states • Interactive cache inspection with detailed JSON data exploration and syntax highlighting • Complete mutation tracking with historical view of all operations performed during your session • One-click debugging actions including query refetching, cache invalidation, and manual removal • Loading state simulation and error injection for comprehensive testing scenarios • Professional dark and light theme support with automatic system detection • Fast search and filtering capabilities across all queries and mutations • Zero performance impact on your applications when DevTools are closed
Perfect for frontend developers, full-stack engineers, QA teams, and anyone working with data-driven applications. The extension eliminates time-consuming console debugging sessions and helps you identify performance bottlenecks instantly. You'll understand complex query dependencies and cache behavior at a glance, reducing debugging time from hours to minutes.
Setup is straightforward: install the extension, then expose your query client by setting `window.__TANSTACK_QUERY_CLIENT__` to your TanStack Query client instance in your application. Once configured, open Chrome DevTools and a new "TanStack Query" tab will appear, giving you immediate access to powerful debugging capabilities.
Inspect the latest comments and rating distribution.
Store average score: 3.6. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Devtools for Zustand, in Zustand
Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.
State Management DevTool for React Query
DevTools browser extension for Vue.js
Devtool for React Context and useReducer
LocatorJS Chrome Extension - option-click to code (ReactJS)
Very Useful, please add subscriptions !
Add support for React Native Expo DevTools
*уета, могло быть лучше
This somehow broke the JavaScript on Jira and I had to disable it.
Not only is this version inferior to the actual devtools, by omitting state filters, but it absolutelly kills the performance when application has a lot observers mounting and unmounting. Extension itself is also slow when scrolling through longer list of queries.
This is linked from the official Tanstack docs. It works well.
Cool addon! Thanks! Helped me a lot during learning Tanstack Query. I'm using queryClient.setQueryData to update query after mutation. Maybe there is a way to see that query was updated with this method and not by network request?