-
Notifications
You must be signed in to change notification settings - Fork 61
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
[v2] new API and new implementation with useMutableSource #12
Conversation
Just did a quick benchmark. This is very simplified usage, and it may not reflect real use cases. |
Here's another trial. both v1 and v2 use facebook/react@b028a0b. |
If we still need to use |
uMS will not land, and v1.3 already works well with concurrent rendering at its best. Closing. |
@dai-shi the replacement for |
It doesn't work as we want. It's "Sync" and its behavior isn't well in concurrent rendering. |
useContext(context, selector)
useMutableSource
in the RFCCheck list: