Suggestions for configuring TanStackDevtools
#313
tomasohCHOM
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
|
this fits better in the devtools repo |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ok, after looking at #199, I realized they recently merged a feature to swap the hotkey and I still have the older version of |
Beta Was this translation helpful? Give feedback.
3 replies
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! First of all, thank you so much for the amazing product that is TanStack as well as its suite of tools like router, query, store, etc! I've recently been using these technologies to build various side projects and it really simplifies the way I think of React applications and the tools' ecosystem is just top tier overall.
For this discussion, I wanted to bring up some small issues/annoyances that I ran into when using
<TanStackDevtools />(mainly from the configuration side of things), and some suggestions that I have thought to make the configuration experience a bit nicer:openHotKeyproperty where it's default value is an array like["Shift", "A"], but the documentation indicates it asshift+a, which was a bit confusing because it wasn't super clear whether it was accepting a string with these letter combinations, or whether it was an array containing the sequence of characters. Eventually, I was able to figure it out by inspecting the localStorage elements and seeing the provided default value in thetanstack_devtools_settingsobject, but took me a bit of time to realize how it was done. It is also related to the second item that I wanted to talk about below.If you, the maintainers of TanStack Router, think this might be a feature worth looking into (whether it can be done all at once or with different pull requests), I would be very happy to give this a try and implement these Devtool configuration changes. Thank you so much again!
Beta Was this translation helpful? Give feedback.
All reactions