Get the Most Out of Vue Router by Eduardo Martin San Morote
Routers in Single page applications touch a broad part of our business logic. As a consequence, we often end up with different ways of handling the same pattern/UX/logic in our code and we often wonder which one is better and why. Different ways of handling data fetching that change the user experience, different ways to implement layouts, and many more. During this talk, I will cover very practical implementations that I have found useful in the past and explain the differences between various Vue Router features. After the talk you will have a better understanding of Vue Router's API and hopefully the excitement to refactor some bits of your Vue app! Watch more conference videos ๐๐ผ vuemastery.com/conferences Explore Vue.js courses ๐๐ผ vuemastery.com/courses Get in touch ๐๐ผ team@vuemastery.com 0:00 Introduction 5:36 Getting the most out of Vue Router 6:11 Dynamic Routing 7:41 Matcher 11:50 History 16:01 URLSEARCHPARAMS API 17:38 URL Encoding 25:56 Vue-Router-Next