Next.js 13 Crash Course Tutorial #7 - Dynamic Segments (Params)

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

➡️ Use promo code NEXTNINJA50 for 50% off!

📂🥷🏼 Access the course files on GitHub:

📂🥷🏼 CSS File from course files:

💻🥷🏼 React Tutorial:

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

Absolute gold mine, I bought your Next.js masterclass course and so far i'm loving it. Also, are you considering on making a crash course towards more of Nextjs13 using searchParams, etc. and contentful? Would love to see an updated series on Next 13 and Contentful

by_huy
Автор

It's fantastic what you do, by the way! I've learned much from you.

JimmyJazz
Автор

Such an awesome series. Coming here after completing react series. Amazing Shaun. Keep it up !

rafiashan
Автор

I've learned so much from your videos. Keep inspiring us.

acodersjourney
Автор

came here to save anyone confused why their dynamic id is not working. you should check that you use only strings of numbers not numbers

chyas
Автор

Thank you so much🙏
I'm from India🇮🇳

xanmoydev
Автор

Does this work on next js 14? Cause I think that you can't pass dynamic hrefs inside Link in that version

apostoloskyrgidis
Автор

Thanks alot. Could you make more videos on vue.js composition api ?

birr
Автор

I love the way you explain things ! Thx

alexg
Автор

@0:01....thanks Shaun for this series...however, I have a question...is that "next: { revalidate: 0}" object (on line 3) available in axios too if I use it instead of fetch? ....thanks once again 👍

codedjango
Автор

The Link at the end does not work. I even copied the code straight from your repo. Might be I am using too new a version so the question might be what is the correct way to implement if not as you have it? ...Beyond that this is the second course of yours I have done and I LOVE the way you explain things. GREAT WORK!!!!

activemindgamer
Автор

Why do we need to call twice time async/await for the same request?

MiraGenije
Автор

Love your videos shawn. I am building a site using nextjs13 and came across a scenario which requires dynamic routing. I used the same logic you have used but the issue I am facing is everything works on local host but the page doesnt exist in development (on vercel). It gives me 404. Page doesnt exist. Any ideas how to resolve this?

abdulnafay
Автор

This may be a silly question but: how would I get alerts for when you issue your upcoming videos? This is the first time I've followed an up-to-date tutorial so have never had the need for alerts before.

JimmyJazz
Автор

Make tutorials on Astro framework please.😅

MuraliManoharVarmaPemmadi
Автор

cant run json server in windows due to MS security

joecater
Автор

Anybody else get this error on ({ params }) ?
Binding element 'params' implicitly has an 'any' type.ts(7031)

EDIT: Oh, Mr. Net Ninja is using js instead of ts, just noticed. You have to do this in ts: ({ params }: { params: { id: number } })

wetpenguin
Автор

anyone have the ${variable} not output the data?

TheDuppyman
Автор

Great course. But the idea of next.js with folders and pages is very confusing, page.jsx files everywhere, that's not ideal 😢

ademineshat
Автор

Shouldnt it be:
export default async function TicketDetails({ params }:any) {...}

sirvivaldk