Next.js Discord

Discord Forum

Parallel routes still not available?

Unanswered
Alaskan Klee Kai posted this in #help-forum
Open in Discord
Alaskan Klee KaiOP
https://github.com/vercel/next.js/issues/49243

If it is not available and I want to use it now, what should I do?

7 Replies

Alaskan Klee KaiOP
Could you teach me how to do that?
@Alaskan Klee Kai Could you teach me how to do that?
the discussion you linked does have some workaround, you can try those
the one with manual Suspense looks good to me
loading.js is, after all, just Suspense behind the scenes
Alaskan Klee KaiOP
Thanks for the reply.

https://nextjs.org/docs/app/building-your-application/routing/intercepting-routes


I was doing intercepting-routes, but it didn't work. does intercepting-routes work?
i have never used this feature but it should work, although the issue you linked is a confirmed nextjs bug and they are working on it
Alaskan Klee KaiOP
I did it as shown in this image but it didn't work. Is it more likely to be a problem with the code?