Talk - Polymer JS @ XConf Bangalore

Polymer provides a way to do web development based on encapsulated custom elements. Its uses Shadow DOM for encapsulating content of element and we get scoped styles. Also polymer makes the custom elements totally interoperable with x-tags and vanilla custom elements.

Polymer also comes with some predefined and general purpose custom elements. Polymer has categorized these new elements into core and paper elements:

  1. Core Elements - Core elements include things like icons, layout elements, toolbars and also non-ui elements like ajax, local-storage.
  2. Paper Elements - implements material design system.


Polymer is primarily built on 4 pillars of web components:

  1. Custom Elements
  2. HTML Imports
  3. HTML Templates
  4. Shadow DOM


Here is my talk at XConf, ThoughtWorks Bangalore on 22 Nov, 2014.

Comments