next-safe-navigation icon indicating copy to clipboard operation
next-safe-navigation copied to clipboard

Suggestion: Nested routes

Open iamnafets opened this issue 1 year ago • 1 comments

It would be nice if routes could be nested:

(defineRoute) => ({
   foo: defineBase("/foo", {
      bar: defineRoute("/bar") // Is actually /foo/bar
  }
})

iamnafets avatar Feb 05 '24 08:02 iamnafets