How to prevent repeated update of nested DOM #10493
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That synchronous code would result in one update. updates are batched on the next tick. |
Beta Was this translation helpful? Give feedback.
That synchronous code would result in one update. updates are batched on the next tick.