mikallwilsonn
4/7/2019 - 6:39 PM

Passing Props to component with react-router


<Route 
    path="/path-name" 
    exact
    render={( props ) => <MyComponent { ...props } propName={ propValue } />} 
/>