Answer the question
In order to leave comments, you need to log in
How to display nested routes?
I can't figure out what I'm doing wrong
<Route path="/" component={RootComponent}>
<IndexRoute component={HomePage} />
<Route path="profile">
<IndexRoute component={ProfilePage} />
<Route path="view(/:profileId)" component={ProfilePage} />
<Route path="add" component={AddProfile} />
<Route path="edit(/:profileId)" component={EditProfile} />
</Route>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question