Polymer 3 - Dynamic Imports

Arcoiris Labs
The Startup
Published in
4 min readFeb 1, 2021

--

Tackling problems of Dynamic Imports in Polymer Framework

At Arcoiris Labs, we have developed many projects based on latest Web Technologies using Svelte, Angular, Framework 7 but Google’s Polymer Framework has always been out most favorite one. Being based on W3C’s Web Components standard, it makes developing our projects very maintainable.

If you want to try out, then kindly check this link for Installation

In Polymer when we create a new project, we are prompted with following selection in terminal

Creating project in Polymer 3

When we choose polymer-3-starter-kit we get to experience a single page app written in Polymer that contains routing, view management, build settings, service-worker etc. In the project, we get to see a file named as polymer.json, we observe a full fledged configuration that can compile the project for production stage.

polymer.json

Most of the developers will end up selecting polymer-3-application if they want to develop an app using specific dependencies as the starter-kit installs Polymer’s App Layout elements. So lets take a small understanding about what is a Shell, a Source & a Fragment in Polymer Framework.

--

--

Arcoiris Labs
The Startup

Specialized in developing Intelligent Smartphone Applications