Search within tanstack query devtools "Data Explorer" section #11033
Replies: 1 comment
|
This is a great DX proposal. When inspecting complex payloads (e.g. paginated lists with 100+ nested entities or graph responses), traversing the Devtools Here is an architectural breakdown of how 1. Implementation Blueprint in
|
Uh oh!
There was an error while loading. Please reload this page.
It would be great to have a search feature in the React Query Devtools Explorer.
When inspecting large, deeply nested API responses, finding a specific property requires manually expanding many nodes.
A search input that recursively searches nested objects/arrays, highlights matches, and automatically expands matching branches would make debugging much faster and improve the overall developer experience.
All reactions