-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[v4-experimental] use mutable source (#157) #160
Conversation
* feat: new implementation with useMutableSource * fix: support slice to be null * [v3-alpha] clean up types * shave two bytes * revert type hack for immer * update size snapshot * [v3-alpha] unified api * shave a byte * v4-alpha * update size snapshot * revert skipped test * fix test for uMS * fix typo
I don't think we should merge this into master while experimental. Converted back to draft. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a3cfc89:
|
A counter example: |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 40bbf05:
|
closing in favor of #422 |
feat: new implementation with useMutableSource
fix: support slice to be null
[v3-alpha] clean up types
shave two bytes
revert type hack for immer
update size snapshot
[v3-alpha] unified api
shave a byte
v4-alpha
update size snapshot
revert skipped test
fix test for uMS
fix typo