Using Vue 3's Router in Practice
Vue Router is one of the best highlights in the Vue ecosystem. This article covers some standout features of Vue Router like programmatic navigation, navigation guards, data fetching, and nested routes with examples of how to use them in a Vue 3 project. It also covers the best practices and the main differences if you are moving from Vue2.