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.
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.
Fetch the repository. Download
or clone it. From the terminal, navigate to the project folder and launch the server python -m SimpleHTTPServer
.
- Why front-end development is hard?
- How it might be better with components model?
- Web components umbrella
- Polymer structure
- Polymer example component
- Creating element
- Declaration
- Templating
- Two-way Bindings
- Public Attributes
- Observing
- Events
- Integration
- Layout
- Creating element
- Polymer Eco System
- Practice
- Resources