In real-life apps you will often find yourself using route parameters. In this example we will show how to retrieve the user's ID from the URL. We can also see that the UserPage component receives 3 props (history, match, location) due to being a Route's direct component.