Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
53 views

In Next.js 15, when using Parallel Routes together with Intercepting Routes, is it possible to have Tab Groups inside a Modal? In my case, when the user clicks a link on the homepage (or any other ...
Ben's user avatar
  • 16.8k
0 votes
0 answers
31 views

I'm building a Next.js 14 App Router project using Parallel Routing, and I've created a reusable modal system using a parallel route @window/profile My goal is to be able to show this modal (profile) ...
Bouabdela Pro's user avatar
1 vote
0 answers
41 views

I am trying to get intercepting / parallel routes working for a modal but am having issues. As you can see here is my current setup in my events folder. within the main page.tsx I am mapping events ...
Josh Totten's user avatar
0 votes
0 answers
187 views

I'm working on a Next project find on Youtube and I'm stuck using modal, I implemented the logic and it seems to work but it doesn't show on the screen. I have a list of items (posts) on the profile ...
kévin Kevin's user avatar
0 votes
1 answer
266 views

We have tabs component of MUI and we have parallel routing of slot. I tried creating this dir structure. But not working properly. Reloading throws error for dashboard/featured dashboard/ shows ...
CrackerKSR's user avatar
  • 2,028
0 votes
1 answer
196 views

I am using parallel routes in my Next.js application. I have a dashboard, which consists of header and content, thus the directory structure: Dashboard @header loading.tsx page.tsx @content loading....
marek_lani's user avatar
  • 4,151
2 votes
0 answers
208 views

We are working on a Next.js 14 project with the following routes: Our App router app/[lang]/(frontend)/... app/[lang]/(admin)/admin/... app/[lang]/(auth)/auth/... app/[lang]/layout.tsx contains: <...
Mayeenul Islam's user avatar