Next.js 14 Tutorial - 19 - Link Component Navigation

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

📱 Follow Codevolution

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

Each day i wake up just to know if you have posted a new tutorial, you are doing great

abeekudjokoto
Автор

you forgot to mention that when u use Link it does not do full page refresh like the normal <a>, so Link is better then <a> for most cases

shaileshchotoe
Автор

best course i've ever seen, thanks bro 🙏🏻

pouyaabdolhosseini-ev
Автор

Hey, please explain Shallow routing for dynamic routes

yogita
Автор

4:25 Sir, I have a doubt here

See we are typing out "products/" again and again, can't we somehow use the relative path?

See this path "products/1" could also be like "abc/def/ghi/..../xyz/1" for complex apps, do I need to type it out every time I want to navigate from "xyz" page to "1" or "2" etc which are inside "xyz"?

*Kindly answer*

dev-akeel
Автор

very nice and helpful content thanks alot

deepanshukhorwal
Автор

Next js is so confusing every 3 months they release a new version and make us depress.

hudabodrul
Автор

Why navigation to another page using <Link />, my <Script /> in js folder not working, but it works when reload page

JaluKimochi
Автор

help me sir, my link to dynamic route not working, it export ${productId}, not product100, my next.js doesn't understand '${any_dynamic_link}', it outputs all characters, example: <Link to product 100</Link>, output direct to /products/productId, not /products/product100, i was set const productId = "book100" before

Comintern
Автор

Can you make a video of modal in nextjs 14 ? Thank you so much

selcoool
Автор

Wow these links are slow. Any idea why?

ast
Автор

In dynamic navigation you can just add "/1" or "/2" or "/3" instead of "products/1" and so on. Both does the same work

supreetchoudhari
Автор

When I deploy my nextJS 14 app on vercel the routes are slow it loads the about page in 2min do you know why ?

ahmedsyed
Автор

Assume I have few query parramenters and I want to copy all the parameters to the next route as well. Is there any default method for it or do I need to add logic before aviation?

danielsusaimanickam
Автор

Still waiting for your videos vishwas😷

aakashyadav
Автор

not the complete one. complete waste of time.

SachinProchin