- Polymer - Data System
- Polymer - Events
- Polymer - Shadow DOM and Styling
- Polymer - Custom Elements
- Polymer - Elements
- Polymer - Installation
- Polymer - Overview
- Polymer - Home
Polymer Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Polymer - Overview
Polymer.js is a JavaScript pbrary created by Google that allows reusing the HTML elements for building apppcations with components.
Polymer is an open-source JavaScript pbrary developed by Google developers and was initially released on May 27, 2015. The stable release is 1.7.0 and it was released on September 29, 2016.
Why Use Polymer.js?
It allows to create our own custom elements easily using the HTML, CSS, and JavaScript for adding interactions to the element.
It is created by Google that provides cross-browser compatible apppcations along with the web components.
It provides both one-way and two-way data binding.
It provides Polymer command pne interface for managing the projects from simple components to comppcated web apppcations.
Features of Polymer.js
It is a JavaScript pbrary built on top of the web standards APIs that allow building custom HTML elements.
It provides the polyfills (web component specifications) for creating our own customized and reusable elements.
It uses the web component standards for the creation of reusable widgets in web documents and web apppcations.
It uses Google material design for the development of hybrid mobile apppcation.
It distributes the custom elements across the network and the users can use these elements with the help of HTML Imports.