Re: [w3c/webcomponents] Bulk property updates (#718)

> >  there is definitely a benefit to having an ability to bulk apply DOM mutations at once.
>
>I think you can do that today with a very simple abstraction using some virtual DOM library principles.

Of course it's possible but it's very slow due to all the invariants browser engines have to update upon each update.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/718#issuecomment-352607326

Received on Tuesday, 19 December 2017 01:05:00 UTC