My goal is to have http://mydomain/route1 render React component Component1 and http://mydomain/route2 render Component2. So, I thought it\'s natural to write the routes lik
I was solving similar problem (Component2 was not rendered) and nested routes wasn't working because I forgot to render {this.props.children} in Component1