-
Notifications
You must be signed in to change notification settings - Fork 0
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
Advantages of valtio-signal #8
Comments
That said, please be aware that this lib is still experimental. |
any plan on continuing this? |
What would you like to do? |
Is there a way to make this work like real signal which If I understand correctly means changing DOM directly and skipping all diffing, render phase and VirtualDOM. |
Yes, it does. While it's best effort, it will bypass diffing and change DOM directly when possible. |
@dai-shi Is this library is production ready? Thanks for the great work. |
I wouldn't say so, but feel free to try and find how stable it is. |
What are the advantages of valtio-signal over useSnapshot?
In SolidJs signals do more targeted DOM updates so you don't tender. Is this just a wrapper around useSnapshot or are there any rendering advantages as well?
Why would I use valtio-signal over useSnapshot?
The text was updated successfully, but these errors were encountered: