It seems that the routes are all created as siblings, which means that e.g. using the handle export to automatically generate breadcrumbs will not work since the routes need to be nested for this to work.
In other words if you view the output from autoRoutes(), the route at e.g. /foo/bar is not a bar route in the children key of the foo route.
Am I possibly just missing something? If not, is this fixable?