Next.js 14 Tutorial - 28 - Parallel Routes

preview_player
Показать описание

📱 Follow Codevolution

Parallel Routes
Рекомендации по теме
Комментарии
Автор

I'm a back end guy with some React experience who now has to crash-course Next for a job. I appreciate the concise and clear explanations man. Next is a neat framework.

mikexrag
Автор

Nice. I love these series. esp this episode. It makes the code cleaner and specific to route.

pmcareer
Автор

save yourself some time and close the dev server and open it again in order to see the new slots you've created otherwise you will search for solutions to a none existing problem

you__shef
Автор

Simple but awesome tutorials as always. I always love your videos. I bet, there might not any other video that can make this more clear to understand.
Thank you.

mdamirhossain
Автор

hey !
thanks for this amazing NEXTJS14 series

mtexplore
Автор

thank you soo much for this amazing series, I shared with my friends as they also want to learn Next.js.

skanwar
Автор

Amazing tutorials. Thanks for this amazing series…🙏👌

shalsa
Автор

i appreciated your efforts and love but please Sir, consider to uploading daily classes as it could be helpful for us to learn from you sir and thank you soo much for this amazing series.

skanwar
Автор

Thanks, i have a usecase for parallel routes in a project I'm building.

heyyounotyouyou
Автор

Hello, how many videos will be posted with next.js 14?

AndriiShevchuk-foky
Автор

Hi Codeevolution, at 9:00, could we have achieved that granular control on different parts of the layout.jsx using <Suspense /> and <ErrorBoundary /> instead of Parallel Routes?

sharpesthawk
Автор

I'm a bit confused about the advantages compared to the normal Components. Wouldn't creating components still allow for subnavigation or independent handling?

MEZOMEZO
Автор

As a Vue dev I feel like this isn't really showing more than one route at a time but more just using slots with the router to show multiple components at the same time. Maybe it's a semantic thing for me to understand.

mkaufmandev
Автор

Can I use the slots inside page.tsx or it can only be used it layout.tsx?

TNVR
Автор

its amazing, can we please get notes of this?

kumar-bu
Автор

I don't understand how this is still different from just using components. all the advantages that you mentioned are still available if you just components for the various section.

yashwanthsekar
Автор

I don't understand the point at 10:15
how does the url plays if we opened different routes in the slots? we switched default notifications to archived and the url changed accordingly, but then if we switch another slot, how will the url look like?

algorithmscodes-
Автор

what if u have a dashboard data that you get from dashboard layout, and you want to share data base by segment in pararel routes?

danwsaps
Автор

You should rewrite NextJS documentation

ahmad
Автор

Are there any situations to not use parallel routes? Performance or other?

ndnow