Outline
When using route params, we tightly couple the component to the URL. With router props, we can de-couple the router from the component and allow that component to be used anywhere in the application. I'll show you how to make use of router props in this video.