Skip to main content
Dublin Library

The Publishing Project

Web Components Conclusion: Should we use web components now?

 

It depends on your target platforms. The only desktop browser to fully implement web components is Chrome (and by extension Opera) so the webcomponent.js polyfill must be used for any kind of meaningful support. It's also important to note that the polyfills don't work particularly well on mobile devices and I haven't tested them in any e-book reader (where I assume they will not work.)

It depends on the the scope of your planned components. If your planning to progressively upgrade elements on your page then it makes sense to take the plunge and use them now. However, if you're planning full blown applications based on components you may be better off waiting until the specifications finalilze and browsers add native support.

I had initial concerns about the technologies and their support but after the Polymer Summit the concerns were calmed and it became intriguing to play with Polymer again.

I have a few apps and elements that have been updated to 1.0

Edit on Github