//use multiple components in one Route: <Route path='/path' render={props => <div> <FirstChild /> <SecondChild /> </div> } />