Outline

In this video...

We will learn how to retrieve the route parameters for the current route.

Once we route to a page with a route parameter, such as /movies/154, then on the view that is reponsible for displaying that data, we need to be able to extrace the ID (154) and use that when querying the data to display.

In this video we'll see how to do just that.

 

I finished! On to the next chapter