and to prevent making a mess of your app file (where you choose node in which to render app) ..
use something like this :
github.com/callemall/material-ui/blob/master/docs…
(checkout the appRoutes.js component file too).
@designviacode thx! But I found this much more suitable github.com/mobxjs/mobx-contacts-list/blob/master/… It fits much better into my brain because that's how I like to think about state changes. A URL contains state too, why shouldn't it be in a store? Router-Router or Router5 are great projects, but I get puzzled a lot when I have to do nested routes.