Thank you
Go on here:
and checkout this presentation which is built entirely (!) on x-tag: https://github.com/activenode/presentations/tree/master/x-tag
X-Tag works everywhere, this presentation is still optimized for Chrome
Basic 20kb library that allows rapid component development in terms of Web Components.
All the advantages that are named over and over again when it comes to modular development of HTML components.
X-Tag is not Polymer.
It's not meant to compete with Polymer as Polymer is a big-fat-booty library with HtmlImports, WebComponents and f***ng everything.
X-Tag provides modularization from IE9+ with a little small head of 20kb (all Polyfills included!)
The basics, guys, the basics! You're old enough to dig deeper into the topic.
Every custom element you want to upgrade to a real dynamic component needs to be registered to xtag.
Any registered component _can_
have attributes that define
their behaviour.
- Everything is optional.
We got methods, events and lifecycle covered. What's missing is the accessors
Just call the following code to test in console:
Now go ahead, manipulate the DOM and try the following:
and checkout this presentation which is built entirely (!) on x-tag: https://github.com/activenode/presentations/tree/master/x-tag
X-Tag works everywhere, this presentation is still optimized for Chrome