No, data binding is not part of the web component specification.
You can, of course, implement data binding using your own JavaScript event listeners and possibly Proxy , but it's probably best not to reinvent the wheel: if you want to bind data, choose one of the many JavaScript frameworks that supports this. Polymer, React, Angular, and Vue are some recent examples of such libraries.
Ajedi32
source share