Creating Your Own Router
Creating Your Own Vue.js Router
Learn how to build your own vue.js router in this tutorial series.
Enhance Router To Work With Single Page Applications
At this point, the router doesn't work as a Single Page App (SPA) router, since it assigns a new route to window.location directly, which performs a hard reload. Let’s see what we have to do to adapt our router to serve as a SPA router
Lazy Load Routes
Lazy Loading and Code Splitting are two of the main points of the PRPL Pattern, a pattern named by Google which intent is to to provide some structure to make the initial load of a Progressive Web App (PWA) as fast as possible, boosting the performance.
Make the Router a Vue.js Plugin
Let's make a quite simple yet complete router plugin from scratch.
Latest Vue School Courses
Our goal is to be the number one source of Vue.js knowledge for all skill levels. We offer the knowledge of our industry leaders through awesome video courses for a ridiculously low price.
More than 200.000 users have already joined us. You are welcome too!
© All rights reserved. Made with ❤️ by BitterBrains, Inc.




