📜 ⬆️ ⬇️

Polymer: transcript video from Google I \ O

Polymer is a special library for creating and using web components, and a web component can be defined as dedicated and independent HTML code, including templates, styles, and associated js logic. By the way, recently on Habré there was an interesting article Web Components in the implementation of Polymer from Google about what Polymer is and how it can be useful.
image
In fact, the Polymer task is not only to simplify the creation of sites, Polymer should help to create web applications that can operate on various devices without additional intervention: from desktops and mobile platforms to TVs. Polymer can be called the embodiment of Material Design for the web.

And especially for those who are interested in the future of the web and applications in general (yes, these worlds are very closely connected! And, if you think about it, Polymer links them even more) we prepared a professional transcript of video reports from Google \ O:

To enable Russian subtitles, select More -> Video Text .


Read more Russian . And everything can be studied.
')


Polymer and Android L


For mobile developers, it will be interesting that now in Android L, the WebView component used to display content in HTML applications supports Polymer without using polyfiles (polyfiles are cross-browser code snippets that add the missing functionality to various browsers). Read more in the article New Chromium WebView is now updated via Google Play and supports Web Components .

Polymer in combat


Polymer examples can be found on this site. One of the most interesting examples is Chrome Dev Editor (CDE). CDE is an environment for developing Chrome applications in JavaScript or Dart. Interestingly, CDE is in itself a Chrome application written in Dart using Polymer.

Source: https://habr.com/ru/post/244791/


All Articles