Re: [w3c/webcomponents] HTML Modules (#645)

The types are the same but the mechanism for managing them (add/remove/update) is different. JS libraries like the ones mentioned above use DOM manipulation to do the updates. There's also often some richer data structures associated with each node too. The fact that this manipulation is very different from the initial load is what adds complexity in the library.

-- 
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/645#issuecomment-310739189

Received on Friday, 23 June 2017 18:25:40 UTC