Skip to content
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

Open
BenjaBobs opened this issue Aug 31, 2021 · 4 comments
Open

Global list of atoms / devtools #5

BenjaBobs opened this issue Aug 31, 2021 · 4 comments

Comments

@BenjaBobs
Copy link

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.

@bennyg123
Copy link
Owner

👋 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.

@BenjaBobs
Copy link
Author

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.
I was actually thinking of brewing something like this up myself, so I'm glad to see there's actually already a project doing it!

@bennyg123
Copy link
Owner

Sounds good, please let me know of any improvements or bugs you think of or find along the way.

@BenjaBobs
Copy link
Author

Will do, when I get around to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants