Y
Hacker News
new
|
ask
|
show
|
jobs
by
polarix
4569 days ago
Sure, the browser could implement a virtual dom and then sync it and do a reflow once per frame.
1 comments
fbender
4561 days ago
You can do that with the help of `document.createDocumentFragment()`.
link