Elements are pretty great. They’re the building blocks of the web. Unfortunately, as web apps got more complex, we collectively outgrew the basic set of elements that ships in browsers. Our solution was to replace markup with gobs of script. In that shift, we’ve lost the elegance of the element. Polymer returns to our roots. We think the answer is not gobs of script, but rather to build more powerful elements. A set of powerful new technologies called Web Components makes this possible.
Custom Elements:
Embracing the philosophy means a web app becomes a collection of well-defined, reusable components.
Using Elements
- Core Elements
- Paper Elements - implements the Material Design [demo]
Creating Elements
https://www.youtube.com/watch?v=5b5O5cclPbk (web components overview)
- https://github.com/KamiQuasi/wc-overview
- natively without polyfills
Intro Polymer
- easier to create custom elements
- quiz application demo app w paper elements
- inimation 60 frames / sec
https://www.youtube.com/watch?v=5b5O5cclPbk (web components overview)
- https://github.com/KamiQuasi/wc-overview
- natively without polyfills
Intro Polymer
- easier to create custom elements
- quiz application demo app w paper elements
- inimation 60 frames / sec
https://www.youtube.com/watch?v=3CJcHJGZfws (web components and polymer overview)
http://www.polymer-project.org/resources/video.html
http://www.polymer-project.org/docs/start/tutorial/intro.html
http://www.html5rocks.com/en/tutorials/webcomponents/template/
https://www.youtube.com/watch?v=eJZx9c6YL8k
http://www.polymer-project.org/docs/polymer/polymer.html#altregistration
http://www.polymer-project.org/docs/polymer/databinding.html
http://www.polymer-project.org/docs/polymer/databinding-advanced.html#autobinding
https://github.com/Polymer/observe-js
No comments:
Post a Comment