Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthiasn/webcomponents-polymer-resources
Compilation of useful links and resources for learning Web Components and Polymer
https://github.com/matthiasn/webcomponents-polymer-resources
Last synced: 14 days ago
JSON representation
Compilation of useful links and resources for learning Web Components and Polymer
- Host: GitHub
- URL: https://github.com/matthiasn/webcomponents-polymer-resources
- Owner: matthiasn
- License: apache-2.0
- Created: 2014-08-20T11:29:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-29T13:22:40.000Z (about 10 years ago)
- Last Synced: 2024-08-02T05:16:13.487Z (3 months ago)
- Size: 160 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WebComponents-Polymer-Resources
===============================This is a compilation of links and resources for learning about Web Components, Polymer and X-Tags. It is still at a very early stage. Please feel free to add resources by issuing a pull request (preferred) or by getting in touch.
## Web Components
* **[Introduction to Web Components - W3C Working Draft 6 June 2013](http://www.w3.org/TR/2013/WD-components-intro-20130606/)**: previous draft of the **non-authoritative introduction** to the upcoming Web Components standard. The current version has no content; it currently is a link to the previous version.
* **[Custom Elements - W3C Editor's Draft 20 August 2014](http://w3c.github.io/webcomponents/spec/custom/)**: normative specification of the **Custom Elements** part of **Web Components**. Currently in *Editor's Draft* stage.
* **[Shadow DOM - W3C Editor's Draft 19 August 2014](http://w3c.github.io/webcomponents/spec/shadow/)**: normative specification of the **Shadow DOM** part of **Web Components**. Currently in *Editor's Draft* stage.
* **[HTML Imports - W3C Editor's Draft 20 August 2014](http://w3c.github.io/webcomponents/spec/imports/)**: normative specification of the **HTML Imports** part of **Web Components**. Currently in *Editor's Draft* stage.## Polymer
* **[Polymer Project](http://www.polymer-project.org)**
* **[Polymer Designer](https://github.com/Polymer/designer)**
* **[Polymer Mailing List](https://groups.google.com/forum/#!forum/polymer-dev)**
* **[Google Design](http://www.google.com/design/)**### Blog posts
* **[Here’s the difference between Polymer and Angular](http://www.binpress.com/blog/2014/06/26/polymer-vs-angular/)**### Videos
* **[Google I/O 2014 - Unlock the next era of UI development with Polymer](https://www.youtube.com/watch?v=HKrYfrAzqFA)** - Great intro by Rob Dodson, he describes how to start working with custom components and compose them into an application. `````` is a really neat effect. The super simple flexbox layout support is also awesome.
* **[Introducing the Polymer Design tool](https://www.youtube.com/watch?v=djQh8XKRzRg)**## X-Tag
* **[X-Tag Technology Stack](http://x-tags.org)**## General links
* **[ECMAScript Spec](http://ecma-international.org/ecma-262/5.1/)**
* **[Descriptions of all CSS specifications](http://www.w3.org/Style/CSS/specs.en.html)**