Connecting Components with a Router Using Higher-order Component
Learn how to receive the Router's props using a higher-order component and pass the props to the wrapped component whenever it renders.
We'll cover the following...
a Each component used as a component prop in a Router element is automatically
passed ...