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

Batching observable changes #21

Closed
luwes opened this issue Jul 26, 2019 · 0 comments
Closed

Batching observable changes #21

luwes opened this issue Jul 26, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@luwes
Copy link
Owner

luwes commented Jul 26, 2019

Currently there is no way to batch observable changes.

S.js solves this with freeze
https://github.com/adamhaile/S#sfreeze--code

Preact uses a render queue
https://github.com/preactjs/preact/blob/b4e059ad00ff2d4dc71b0d69d4a148a204da6d5f/src/component.js#L169-L169

@luwes luwes added the enhancement New feature or request label Jul 26, 2019
@luwes luwes self-assigned this Jul 26, 2019
luwes added a commit that referenced this issue Aug 8, 2019
@luwes luwes closed this as completed Aug 9, 2019
@luwes luwes mentioned this issue Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant