Back to top
Yas Adel Mehraban (Yashints) | router

2 posts tagged with "router"

Vue.js is an approachable, versatile, performant, and progressive framework to build user interfaces with. I wrote a comprehensive intro a week or so ago and promised to continue adding more each week. This week is about Vue router and how it helps deliver a better user experience.

PublishedOct 30, 2019
Time to read9 min
showdevwebdevvuejsRead more
Boost up your performance using Angular preloading strategy

Angular Router has been supporting lazy loading of child modules for a long time. What’s even more cool is that later on they added PreloadAllModules strategy so you can preload all of the modules in the background asynchronously. This will help boost up the loading time and performance tremendously.

PublishedJun 06, 2018
Time to read3 min
angularrouterpreloading strategyRead more