Vue
Introduction to Vue.js: Routing

Dynamic Routing and Params

PRO
Outline

Dynamic routing is a concept we all use, and many are familiar with how it works. Essentially, when you are in an application and click a link to view a specific item in a store app for example, you are directed to the id of that item. We will go over how to pass information from one route to another to navigate to other parts of our app and view specific pieces of information in what is known as a master detail interface.

 

I finished! On to the next chapter