- 
                Notifications
    
You must be signed in to change notification settings  - Fork 14
 
Open
Description
Thank you for this library.
This routing approach is completely different from what I'm used to.
Is it possible to implement nested routes (or layout route) with pathfinder?
Something similar to
const routes = [
  {
    path: '/*',
    component: AppShell,
    children: [
      {
        path: 'user',
        component: User,
      }
    ],
  }
]/user would match both / and user and user would render in a <slot /> inside AppShell
Metadata
Metadata
Assignees
Labels
No labels