jotaijs / jotai-devtools

A powerful toolkit to enhance your development experience with Jotai
https://jotai.org/docs/tools/devtools
MIT License
124 stars 29 forks source link

Chrome Extension? #110

Closed tpavlu closed 10 months ago

tpavlu commented 10 months ago

I was curious if there were any plans to make a chrome extension based implementation of these tools? I find them helpful but sometimes its hard to manage screen real estate with the actual application.

I was considering just creating an extension that got a dynamic reference the store like the redux extension and then just re-used this react code but I didn't want to re-invent the wheel if this group was looking to support that eventually.