kitze/mobx-router

indexRoute and childRoutes

LeonardoGentile opened this issue · 0 comments

Hello,
in the example routes configuration you use a structure that is a bit different from the react-router plain routes config.

In your case how would we specify routes hierarchies and how to use indexRoute and childRoutes?

Why not to reuse the react-router config structure?

Edit: sorry I thought the project depended on react-router, but I guess it's not the case.