I need multiple nested routes in react-router-dom
I am using v4 of react-router-dom
I\'ve got my
import { BrowserRo
Use Switch component in router v4
}/>
export default class Home extends Component { render() { return ( { this.props.children } ) } }
I think this code shows the basic idea of using component.