next js parallel route
Unanswered
wWHYSOSERIOUSs posted this in #help-forum
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
@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