I use Polymer 1 app-routewith iron-pages, as in the examples, and starter-kit. I found that all elements are attached to the loading page. This slows down at the start. How can I prevent this?
app-route
iron-pages
starter-kit
Polymer Staret Kit v2, based on PRPL pattern supports lazy route loading. You can use it importHrefwith the observer when changing the route to the lazy download page for iron-pages. See here for sample code.
importHref
- , , route .
route
Source: https://habr.com/ru/post/1655034/More articles:Yammer SSO login without insertion - single-sign-onPreview video in Android application - androidWhat is the preferred way to install phase media in Polymer applications? - polymerIs there a way to use a saved model between different versions of H2O? - rBuild an application using more confusing code? - androidPython Pandas - how 25 percentiles are calculated using the description function - pythonPaypal Rest Api With RestSharp does not work in xamarin android - c #What is a jcc instruction in x86 - assemblyAre the following statements using pointer arithmetic that includes binding? - cAndroid Studio: Mesa software renderer is deprecated. Use Swiftshader for software - androidAll Articles