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 their node_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 💯
👋 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 💯