Next.js Discord

Discord Forum

Can I use parallel route & route group at the same time?

Unanswered
Smith's Longspur posted this in #help-forum
Open in Discord
Smith's LongspurOP
Hi! Is it possible to implement project structure like this?

(A)
- @child1
- @child2

export default async function Layout({children, chilld1, child2}:{chilldren:ReactNode, child1: ReactNode, child2:ReactNode}){...}

In my project, it seems impossible but I would like to know it is because my implementation is wrong or not.

0 Replies