New Routing in NextJS 13 - Complete Overview And In-Depth Look!

preview_player
Показать описание
Switching from page to page in NextJS 13 works quite differently from NextJS version 12. How exactly? Let's investigate together! The new app directory in NextJS 13 opens up many new possibilities for saving time and having a better manageable project structure.

Thanks for watching, I wish you a lot of fun implementing this into your own future projects!
Рекомендации по теме
Комментарии
Автор

Cheers Josh! This is the only comprehensive video about this subject. Even the docs are not this clear!

SNESfan
Автор

20:07 I love the English Inner Monologue loading state 😆

savitr
Автор

Thank you so much for this in-depth teaching on routing in next 13. It just safe my life now.

adeolaabdulramon
Автор

I got stuck on dynamic routing in nextjs13 and this helped me bigtime! great resource @josh

michaelkamau
Автор

Thanks, was looking for a dynamic catch all tutorial for a while!

mihaillepadatu
Автор

So, is this a "better" way to navigate rather than using useRouter hook? I am just confused to which method to use

mahermaren
Автор

Thanks for the great content.
I have a question how can I get the pathname in next 13 because now not included in useRoute

web-dev
Автор

This was amazing. Good job, keep doing this useful videos please:) they are very much appreciated.

emilygarcia
Автор

I’m having a lot issues with loading, it’s for some reason waiting for my async function to finish fetching before rendering

MrAtomUniverse
Автор

great video. so how do you configure nested dynamic routes in next13 and typescript. e.g opening a page that show faculties and then when you click on that single faculty it should open a page showing the details of that faculty which include departments. when you click on a department it should open the department detail page.

mishyzaoneka
Автор

next is not letting me create a folder named (pages), any idea why?

drolaticdemiurge
Автор

Hey Josh, love the content. Just wondering, which extension lets you use "FC" to generate the typed functional component?

tastyapplesauce
Автор

I get the idea behind parallel routing but then what if we just use the Streaming .. so we just have suspense for the two components instead of creating a parallel route

justiceessiel
Автор

hello. please what snippet did you use in next js to generate the layout component ? when you did lc, the layout was generated

please help... this is very important to me

StephenJ-vomf
Автор

My friend, I'll inspire myself from your video right now :)

codewithguillaume
Автор

everytime i use string in dynamic route like title of blog post the decode url like "blog/this%20is%20weird" anyone know how to change it like "blog/this-is-normal"

dwisetyoaji
Автор

what extension did you use to use the FC and LC snippets?

josefschmid
Автор

Pls how do you have that Snippet for tsx? When you typed FC and LC

rexdadi
Автор

Nice one bruh! you earned +1 loyal subscriber

Nirajan_Malla
Автор

Hey bro how do i implement partial rendering in next13

legendaryfootball