SolidJSS
SolidJS2y ago
9 replies
Md Shehab

Solidstart routing group

/(auth)
  ├── /login
  │    └── index.tsx
  └── /register
       └── index.tsx

I have two routes, login and register, and I want to share a common navbar across these routes. In Next.js, I would typically use the layout system to achieve this. Is there a similar way to implement a shared layout in SolidStart, where the navbar is defined in one place and applied to both routes?
2024-08-22_21-23.png
Was this page helpful?