Next.js Tutorial #11 - Dynamic Routes (part 1)

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

🐱‍💻 🐱‍💻 Course Files:

🐱‍👤🐱‍👤 JOIN THE GANG -

🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Helpful Links:

🐱‍💻 🐱‍💻 Social Links:
Рекомендации по теме
Комментарии
Автор

I just got my first web developer job at an agency two weeks ago, after having been studying on my own for the last three years. I’ve watched so many of your tutorials, and I just wanted to write and send off a huge and heartfelt *thank you* to you Shaun, for everything you have done for me, and I’m sure so many others as well. You’re a fantastic teacher! 💙

Now, back to the video!

dawid_dahl
Автор

This guy sharing knowledge free of cost. Why he has not yet 1M subs? This man must be honoured with a civilian award.

AM_view
Автор

Aww yeah, just in time for my break at work! 🔥😁

SamLuvsPizza
Автор

Thank you so much for the clarity you share in each of your videos. You are amazing!

joaquingavernet
Автор

If you want to use /ninjas/username, you can change to:

").join("-")}`}

juleshwa
Автор

Life Saver, Hero doesn't need to wear cape. Thank you so much so much

exoticcoder
Автор

I love you. Ive been racking my brain figuring how to learn this and you made it so easy to understand.

NickPics
Автор

Sir, how can I return the params. Not only number. I want to return any string, what user put the value in [id].js

I can't solve.
Please solve

monireol
Автор

a best path is determined by the quickest routing interfaces, since they are superior (cost less)

リンゴ酢-bg
Автор

i noticed the ninjas listing page before loading freezes for a while... is this because of async calls made to api?

bishnudas
Автор

What about a route like /users/id/verify/tokenId ? How would I do a route like this? Where id and tokenId are obviously always different?

Array_of_objects
Автор

Amazing Short video but more realistic keep it up 🙂

alexcostal
Автор

If I'm using the pokemon api will nextjs generate more than 500 static files for them? I'm currently learning about this framework and don't know how handle this use case. In plain react would just use react-router-dom package and handle this easily I don't know how to achieve the same in next.

alejomakevids
Автор

Brilliant videos!! It really helped me with my work!!

codehat
Автор

what about /ninja/1/ninja-slug ? how to handle this

dawoodchaudary
Автор

if we pass a string like /ninjas/mystr It is also working how to fix this ?

seyolas
Автор

how to place the footer down ? plz tell

pikolq
Автор

4:53... Plus sign instead template literal!!! Oh it matters! :)

AutisticThinker
Автор

sir can you help me to solve my problem. i am facing problem in sharing an article from my site on facebook in nextjs app. it sharing only homepage meta data not other page data

beebabacha
Автор

But how can you check if the id exists in the response? Lets say you only get 10 ninjas from the response but if you type in the url /ninjas/11 it would still redirect you to details page even tho you dont have an id of 11.

I know i can use .includes() but is there like a cleaner way?

ahmedmelfay