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
I use render in combination with a defined method like so:
render
class App extends React.Component { childRoute (ChildComponent, match) { return } render () { } }