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

I think `textContent` part is a bit weird but there is definitely a benefit to having an ability to bulk apply DOM mutations at once. I'd say this proposal is probably more closely related to numerous attempts and proposals about transactional DOM than templates or web components in general. For example, you could imagine creating this list of mutations in a different thread (e.g. web worker) and then applying them in a bulk in the main thread.

-- 
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-352605254

Received on Tuesday, 19 December 2017 00:53:14 UTC