My question as a Java/Swing developper is this: what is the difference between React and Web Components? As far as I understand, both create self-contained components that you can use in your HTML, and that will react when you alter their DOM structure (for example changing an attribute value, or binding an HTML input value with an internal value inside the component). And from that perspective, will we see in the fu…
https://summit.polymer-project.org/
https://developer.chrome.com/devsummit/
You can some components here, as well as, the current state of browser support.
https://www.webcomponents.org/
Currently only HTML Imports seem to be a point of disagreement.
I am looking forward to them, as they can be the way for more sanity on Web development.