React Router v4 allows us to render Routes as components wherever we like in our components. This can provide some interesting use cases for creating dynamic routes on our applications.
In the Header and Content components, how does the match data get passed as a prop?
I think the match in the Header and Content components are not necessary, it still works since the match prop is still coming from the Route component
What are some of the interesting use cases for this?