Next.js Discord

Discord Forum

next js parallel route

Unanswered
wWHYSOSERIOUSs posted this in #help-forum
Open in Discord
All videos that I have een around next js parallel says that in order to create a nested route I need to create route of same name under each slot like

@x -> settings folder -> page.tsx
@y -> settings folder -> page.tsx

My question is what if I want to have a UI that js completely different from all the slots and that page to have it's own slots and soo on.

Without adding any default.jsx

0 Replies