Would be nice to be able to provide a layout wrapper for group of routes, passed layout will be rendered only if some route from list is opened. Layout itself should accepts children prop and render it somewhere inside itself.
const Routes = createRoutesView({{
layout: Layout,
routes: [..]
})