Skip to content

Instantly share code, notes, and snippets.

@aaronshaf
Last active December 18, 2015 00:19
Show Gist options
  • Save aaronshaf/5695642 to your computer and use it in GitHub Desktop.
Save aaronshaf/5695642 to your computer and use it in GitHub Desktop.
Web Components

Embeddable widgets

HTML imports

<link rel="import" href="import-file.html">

Custom elements

<element name="x-button" extends="button" constructor="CustomButton">
  <template>...</template>
  <script>
    /// ...
  </script>
</element>

Shadow DOM

Mutation observers

DOM change events

Model-driven views

Object.observe

The only(?) polyfill-family for Web Components

Videos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment