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.
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
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.
查看最近评论和评分分布。
商店综合星级:3.6。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
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?