Client side apps from the future

28
Client-side Apps From The Future

Transcript of Client side apps from the future

Page 1: Client side apps from the future

Client-side Apps

From The Future

Page 2: Client side apps from the future

Web ComponentsNow Introducing

Page 3: Client side apps from the future

Support Is Strong With This One

Page 4: Client side apps from the future

ChromeFirefox Safari

Page 5: Client side apps from the future

Polymer & X-Tags

Page 6: Client side apps from the future

DartAKA that Google thing that had 1759 lines in a Hello World App

Page 7: Client side apps from the future

What Are You

Talking About?

Page 8: Client side apps from the future

Shadow DOM - Encapsulation

HTML Templates - Structure/Scaffolding

Custom Elements - Extend The DOM

HTML Imports

Page 9: Client side apps from the future

Shadow DOM

Page 10: Client side apps from the future
Page 11: Client side apps from the future

Example

Page 12: Client side apps from the future
Page 13: Client side apps from the future

HTML Templates

Page 14: Client side apps from the future

Parsed But

Not RenderedIt's just DOM...

Page 15: Client side apps from the future

Example

Page 16: Client side apps from the future
Page 17: Client side apps from the future

Custom Elements

Page 18: Client side apps from the future

Just like any ol'

trusty HTML Tag

Page 19: Client side apps from the future

Declarative

and

Imperative

Page 20: Client side apps from the future

Declarative API

Page 21: Client side apps from the future

Imperative API

Page 22: Client side apps from the future

Shadow DOM + Custom Elements

Page 23: Client side apps from the future
Page 24: Client side apps from the future

HTML Imports

Page 25: Client side apps from the future
Page 26: Client side apps from the future
Page 27: Client side apps from the future

Model Driven Views

Page 28: Client side apps from the future

Sources- W3C Web Components Spec http://www.w3.org/TR/2013/WD-components-intro-20130606/- Polymer http://www.polymer-project.org/- X-tags http://ui.x-tags.org/- Web Components by Eric Bidleman http://html5-demos.appspot.com/static/webcomponents/index.html#1- Shadow DOM 101 http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/