Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Web Components Now

Web Components Now

A snapshot of the the state of development of Web Components. Given at MK Geek Night. #MKGN

Peter Gasston

June 11, 2015
Tweet

More Decks by Peter Gasston

Other Decks in Technology

Transcript

  1. @stopsatgreen // ES6 way (not final) class fTs extends HTMLElement

    {…} document.registerElement('fun-times', fTs); // current way p = Object.create(HTMLElement.prototype); document.registerElement('fun-times',
 { prototype: p });
  2. @stopsatgreen Reading list: • webcomponents.org/articles/why-web- components/ • hacks.mozilla.org/2015/06/the-state-of-web- components/ •

    tjvantoll.com/speaking/slides/Web-Components- Catch/San-Francisco/web-components-catch.pdf • w3.org/2015/04/24-webapps-minutes.html • … and many, many more.