Replies: 3 comments 1 reply
-
that would be cool indeed |
Beta Was this translation helpful? Give feedback.
-
I have the same idea. Recently, I was adding a @yornaath/batshit to our stack which allows me to query many requests as if it would be a single GET request, so each are cached independently, but this comes with a price of polluted devtools. |
Beta Was this translation helpful? Give feedback.
-
Interesting idea... Though in order to implement it, probably we'll need to sort by query key? 🤔 Or if the queries are sorted by some other term, we could still make a tree view, but without collapsing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i think it would be great to be able to group similar queries in devtools by
queryKey
(and also make it collapsible). for example:Before
After
Beta Was this translation helpful? Give feedback.
All reactions