I am new to react-router and I just started writing an app using react-router V4. I would like to to pass props to components rendered by and I am w
The render prop is meant for writing inline matches, so your example is the ideal way to pass extra props.
render