An Introduction to Web Components

The first meetup held at Web Components London focuses on introducing the basics of creating Web Components & working with them in your applications. Soledad explores the spec, Polymer, X-Tag, and how to publish components so others in the community can benefit from them as well.

Read More >
Future CSS in Web Components

Web Components are set to revolutionise the way we create web pages, and a key role in that revolution will be played by CSS. Scoped styles and variables are vital to the reusability of content modules which Web Components bring, while more advanced proposals even allow the application of markup through style...

Read More >
High Performance Web Components

How many photo carousels have you built? Date pickers? Dynamic tables and charts? Wouldn't it be great if there was a way to make these custom elements encapsulated and reusable? Welcome to Web Components!

Read More >
Complementarity of React and Web Components

The component driven, performance focused approach of React is a perfect complement to the modularity and portability of native HTML Web Components.

Read More >
Real-Time Apps with Polymer and Firebase

You may have heard of Firebase, the real-time database recently acquired by Google. Did you know that it's got some fantastic integration with Web Components? Walk through the construction of a real-time app with Polymer and Firebase and see just how fast you could be building your next idea.

Read More >
Making WebGL tools with Polymer

In this talk, Aki talks about his experiences building complex 3D applications from Polymer components specialized for 3D graphics. First, he gives a quick overview of the components. Then, he dives deeper into select components and show how they can be assembled into powerful apps.

Read More >