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

You can do that with the help of `document.createDocumentFragment()`.