Replies: 3 comments 2 replies
-
Thank you! Glad to hear that you're enjoying the DevTools! A browser extension is not on the roadmap currently, however, I'm excited about the possibility of exploring it in the future. Perhaps after we flush out a couple more features on the current dev-tools. 😄 What do you think? @dai-shi |
Beta Was this translation helpful? Give feedback.
-
Small update: I'm playing around with the https://developer.chrome.com/docs/web-platform/document-picture-in-picture/ API and it seems promising. It'd most likely require quite a bit of refactoring to get it working. |
Beta Was this translation helpful? Give feedback.
-
If I get some bandwidth I might take a stab at this. And then just render these dev tools with the hide option removed in a dev tools panel for that store right? |
Beta Was this translation helpful? Give feedback.
-
👋 folks! A Jotai newbie here 👻
I just installed DevTools into my first Jotai project and saw a somewhat noticeable diff in my
yarn.lock
. Overall, this is fine because project sub-dependencies are not going to affect the production bundle. However, I wonder if it is feasible to make DevTools available as a browser extension, similar to Apollo Client DevTools and Redux DevTools. I remember using those when they just got released and they were only available as project imports. The maintainers eventually released the extensions and thus helped lots of developers with keeping theirnode_modules
small.How feasible is a browser extension for Jotai DevTools?
Either way, thanks for working on this repo – the UX in the DevTools is quite smooth 💯
Beta Was this translation helpful? Give feedback.
All reactions