Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.71 KB

README.md

File metadata and controls

43 lines (38 loc) · 1.71 KB

Front-End Chemistry 101: Polymer

The polymer project is what makes the Web Components of the future available to us now. This talk will provide a broad overview of the polymer library and its parts, as well as hands-on experience of integrating them into your projects.

What's in here?

The repository contains the outline of the talk, as well as link to the presentation. Besides that, it has a demo application of web components integrated with angular application. Lastly but not lease, snippets folder has many examples used all over the presentation.

How to run?

Fetch the repository. Download or clone it. From the terminal, navigate to the project folder and launch the server python -m SimpleHTTPServer.

Outline

  1. Why front-end development is hard?
  2. How it might be better with components model?
  3. Web components umbrella
  4. Polymer structure
  5. Polymer example component
    • Creating element
      • Declaration
      • Templating
      • Two-way Bindings
      • Public Attributes
      • Observing
      • Events
    • Integration
    • Layout
  6. Polymer Eco System
  7. Practice
  8. Resources