Nested route different layout
Hi, i'm starting to use ts router and I would like to know if this is the only way to have the user edit page with different layout that i have on my app route.
I mean, i really have to create the "app_"~ route paths? there's no way to have the edit page inside my current "app" folder structure but without inheriting the parent layout that is in "app" folder?

2 Replies
sensitive-blue•11mo ago
not sure, can you please create a complete minimal example? I don't see where the layout parts are defined really.
fascinating-indigoOP•11mo ago
https://stackblitz.com/~/github.com/jlorellana684/ts-router-layout
Apart from my initial question, I know that anyway, I'm doing something wrong, because I don't want the route alone "app/" to be rendered, it should give a not found error, but I also want the routes inside "app "use the layout I defined in "app"