In this lesson, we learn how to work with Vue router and named routes. We also learn how to pass dynamic parameters to the router, called params.
Named routes are highly recommended as they allow us to do changes to the URL without the need for refactoring the links in our apps.