Skip to content

How to prevent repeated update of nested DOM #10493

Discussion options

You must be logged in to vote

By runtime code: a=2; value='xxx', SPAN will be updated twice,

That synchronous code would result in one update. updates are batched on the next tick.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@saindo
Comment options

Answer selected by saindo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants