-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Global list of atoms / devtools #5
Comments
👋 Hi, thank you so much for using this library. So when you declare an atom using makeAtom/makeMolecule that creates the atom in the global space. They are not stored in a singular store like in most redux configurations. In regards to dev tools, I am working on something that should hopefully be released in the coming weeks. In addition new adapters for other frameworks besides react is also coming. |
I'm not using it yet, but looking at the architecture, I think I'm gonna try switching my hobby project from Recoil to Entangle when I get some free time. |
Sounds good, please let me know of any improvements or bugs you think of or find along the way. |
Will do, when I get around to it. |
Hi! This library looks very promising.
I very much like the fact that it's typescript first, and that the state lives outside of react.
Are there any plans for dev tools?
As far as I could tell from the source, the atoms/molecules are not stored in a global object/array.
The text was updated successfully, but these errors were encountered: