Help to setup nested layout
Hey everyone 
I’m trying to figure out the best way to handle routing and nested layouts in SolidStart, similar to how it works in Next.js.
In Next.js, I usually have a main layout file and then nested ones like (auth) and (main) — for example, (main) includes a common sidebar.
But in SolidStart, I’m struggling with setting this up properly.
I also noticed that if I add a <Nav /> in app.tsx, it shows up even on the 404 page, which I don’t want.
What’s the best practice for handling nested layouts and layout isolation (like separate auth and main layouts) in SolidStart?
I’m trying to figure out the best way to handle routing and nested layouts in SolidStart, similar to how it works in Next.js.
In Next.js, I usually have a main layout file and then nested ones like (auth) and (main) — for example, (main) includes a common sidebar.
But in SolidStart, I’m struggling with setting this up properly.
I also noticed that if I add a <Nav /> in app.tsx, it shows up even on the 404 page, which I don’t want.
What’s the best practice for handling nested layouts and layout isolation (like separate auth and main layouts) in SolidStart?
