The Composition API Masterclass is out!
Sign-up for the Vue.js Masterclass 2024 Edition.
In this lesson, we use Vue Router 4's in component navigation guard beforeRouteEnter
to redirect a guest from the profile page to the home page since guests don't have a profile page.
We also examine another common use of an in component navigation guard by utilizing the beforeRouteLeave to alert a user to unsaved changes on the Thread Create page. In doing so, we also get some experience with Vue 3's watch option.