Re: [w3c/webcomponents] Why do we really need hyphens? (#658)

The concept is: we learn from jQuery and other libs, and we make official ways to enhance DOM without being required to extend specific elements.

This component idea is interesting, because it would still be possible to make shadow-dom based components with them, without extending the manipulated elements.

---

The nice thing about Vue and React, for example, is that virtual JavaScript components map to DOM output. That is an interesting concept, and I don't see why we can't also explore a native version of that.

It doesn't have to be based on dom-diffing, for example see [Turbine](https://github.com/funkia/turbine) for a clean non-diff way of mapping state changes to DOM.

-- 
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/658#issuecomment-325698786

Received on Tuesday, 29 August 2017 15:22:10 UTC