Thanks for coming down to my talk, folks <33z. Here are some extra resources: # Polymer * [Building reusable elements with Polymer](www.polymer-project.org/docs/start/reusableelements.html) * [Accessible Web Components](http://www.polymer-project.org/articles/accessible-web-components.html) * [A guide to styling custom elements](http://www.polymer-project.org/articles/styling-elements.html) * [Polymer Designer app](https://github.com/PolymerLabs/designer) * [Difference between Polymer elements and Angular directives](http://stackoverflow.com/questions/18089075/what-is-the-difference-between-polymer-elements-and-angularjs-directives) * [Setting up Polymer and Bower](https://www.youtube.com/watch?v=1rz334A8U7o) * [CustomElements.io](http://customelements.io) * [Are we componentized yet?](http://jonrimmer.github.io/are-we-componentized-yet/) # Web Components - HTML5Rocks - "[HTML's New Template Tag: standardizing client-side templating](http://www.html5rocks.com/en/tutorials/webcomponents/template/)" by [@ebidel](http://twitter.com/ebidel) - HTML5Rocks - "[Shadow DOM 101](http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/)" - HTML5Rocks - "[Shadow DOM 201: CSS & Styling](http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom-201/)" by [@ebidel](http://twitter.com/ebidel) - HTML5Rocks - "[Shadow DOM 301: Advanced Concepts & DOM APIs](http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom-301/)" by [@ebidel](http://twitter.com/ebidel) - HTML5Rocks - "[Custom Elements: defining new elements in HTML](http://www.html5rocks.com/en/tutorials/webcomponents/customelements/)" by [@ebidel](http://twitter.com/ebidel) - HTML5Rocks - "[HTML Imports: #include for the web](http://www.html5rocks.com/en/tutorials/webcomponents/imports/)" by [@ebidel](http://twitter.com/ebidel) - Smashing Magazine - "[A detailed introduction to custom elements](http://www.smashingmagazine.com/2014/03/04/introduction-to-custom-elements/)" by Peter Gasston - More [web component resources](http://ebidel.github.io/webcomponents/)