Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Help to setup nested layout - SolidJS
S
SolidJS
•
5mo ago
•
5 replies
Aniket
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
?
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
nested layout
S
SolidJS / support
2y ago
Nested layouts
S
SolidJS / support
3y ago
Solid Start (experiments) nested layout
S
SolidJS / support
2y ago