Next JS Deep Dive: Understanding and Implementing Dynamic Routes

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thanks. You came through at the right moment.

njorogekamau
Автор

I'm in a bootcamp and working on my final project. You saved me. THANK YOU. Maybe I won't have to code all weekend now.

madilinkenmeyer
Автор

Lovely stuff mate. Super useful thank you.

neilbenjamin
Автор

Hey Ryan could you add timestamps, it helps a lot to jump straight certain topics.

zoki
Автор

how do we set different theme to each multiple (dynamic) pages ex: category pages, or maybe random themes for each blogpost?

haikelareff
Автор

another great video, thanks helping us ryan!

agree with the other guy Link would've been more appropriate in this instance! But video is still Overall amazing.

would be really nice to see how to do nested dynamic routes via API calls

havent seen anyone do that yet, been trying to figure that out

RT-ygec
Автор

hey man i using this in my project when i am moved to server when i refresh the dynamic page it is take me to the home page every time but the url is still there i am not facing any issue with static pages btw i am not facing any isssue in my local too

xMrEleven
Автор

I am facing an issue where res data is displayed correctly in the console and Postman, but when I make a request, it shows 'id' as undefined in both the console and Postman. My folders api/users/[id] route.js

AnisKhan-pqiq
Автор

21:24 Rather than making client component to useRouter, can't we add simply Link component in products function?

Em-Aar