Extract react-query dev tools as a browser extension #1834
-
Hi, I'm currently trying to write some Vue3 bindings for react-query. This actually made me think about dev tools. This will allow dev tools implementation to be used as a framework-agnostic addon. What do you think? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There's a TON of work in building any devtools as a browser extensions vs inline like we have them today. I can't say I would wish that task on anyone right now simply because I tried to build it that way in the beginning and it was a nightmare. There is a reason they ended up the way the are today ;) I think it would be better to first try and port the devtools to the desired framework and see what the similarities and difficulties are. Baby step.s |
Beta Was this translation helpful? Give feedback.
There's a TON of work in building any devtools as a browser extensions vs inline like we have them today. I can't say I would wish that task on anyone right now simply because I tried to build it that way in the beginning and it was a nightmare. There is a reason they ended up the way the are today ;)
I think it would be better to first try and port the devtools to the desired framework and see what the similarities and difficulties are. Baby step.s