Describe the Architecture Of Polymer.js?

devquora
devquora

Posted On: Feb 22, 2018

 

The architecture of Polymer.js is divided into four important layers which are explained below:

  • Native Layer: It represents the current state of browser support and implementation for the web component detail.
  • Foundation Layer: It consists of polyfill libraries for the web component details. Polyfill is basically a code, which implements the feature of the web browser that does not support the feature.
  • Core Layers: It comprises the Polymer library code, which is found in the polymer.html file.
  • Elements Layers: This layer consists of core and paper elements.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    PolymerJs Interview Questions

    What is Polymer.js?

    It is an open source JavaScript library, which is chiefly developed by Google. It is mostly used to develop web applicat..

    PolymerJs Interview Questions

    What are the features of Polymer.js?

    Polymer JS is currently the simplest way to create custom HTML elements for API development because this library is buil..

    PolymerJs Interview Questions

    What are the Polymer.js elements?

    Polymer contains a few primary collections of elements. They can be used in web pages and applications and are developed..