Replies: 1 comment 1 reply
-
Hey, I think this would be super helpful for debugging as well as educational purposes. Best regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
As discussed a bit with @tannerlinsley in PM, I am planning to add a timeline for the React Query Devtools.
Context
I am giving workshops on React & React Query in France. I find it useful for my workshops to make visual presentations on the different concepts related to libraries. For React Query, I like to take some time to explain :
For this I build a small timeline based on the

QueryCache.subscribe
method which look as below (well okay it's an early early draft/hack):Interests
I think it will be really interesting to add it to the existing dev tools in React Query as it will better interesting on what is done by React Query and when.
Features
I am planning the following:
I don't have a huge knowledge of the internals of React Query, so I have taken time to write this here to have your feedbacks and ideas on this:
Timeline for adding this timeline feature :D
I will have some bandwidth starting mid July, so the PR should be ready around end of July.
Your thoughts on this are welcome :)
Best,
Gabriel
Beta Was this translation helpful? Give feedback.
All reactions