Introduction
Route parameters let your app get information from the URL. This helps show different content based on what the user asks for.
Showing a user profile page based on the user ID in the URL.
Displaying a blog post using the post's unique ID from the URL.
Filtering products by category name passed in the URL.
Navigating to a specific order detail page using order number in the URL.