Next.js Modal Routing

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


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

I'm a very experienced next dev, this vid is super clear, straight to the point, and nicely presented.

The video quality is well beyond your sub count. Keep it up and you'll have thousands of subs! 👍

ashatron
Автор

Thanks for the video. I never knew that `Link` took an `as` prop - and if I had seen it in the docs I would have assumed it was for changing its internal element. Very useful.

RyanRampersad
Автор

In a very short video you just "saved my life". Thank you.

ThugLifeModafocah
Автор

I was serching all over the internet to see a use of the "as" path, with you i finally got it! Thanks a lot 😁

paulofernandoee
Автор

Nextjs modal using headless UI! You save my life ^^
Every tutorial used react modal and not headless ui
I was starting to lose hope. Thank you so much !

yuumeko_yt
Автор

Nice . Thank You!
I'm using it in a list-feed and I wanted to maintain the scroll position, so I've added `scroll={false}` prop to the Link component and also`router.push("/", undefined, {scroll: false});` on modal close.

andrei-victor
Автор

Thanks to Sam's reference I found your channel. Thank you for this kind of high quality content!

jimshtepa
Автор

Very helpful! After reading a couple articles (and the docs) this helped me put the pieces together. Thank you!

saddacracker
Автор

Great video Ryan. I had no idea Next could do this. Super cool!

joshdale
Автор

Today i learned something new! Thank you for creating this video. Super helpful.

cricket_canada
Автор

Thx man!! A few changes with Next, but still working

andreswellmann
Автор

This is awesome! Neat pattern, I'll have to keep it in mind.

mryechkin
Автор

I wish folks could use example examples outside the doc examples

dixztube
Автор

This is awesome! Thank you very much for the great info presented in a great way!

joakimwretlind
Автор

Amazing content as per usual. I really appreciate it!

karsongrady
Автор

Love the video man, exactly what I needed

Eutohius
Автор

i was just wondering the other day how Reddit does its modal rendering for posts. Thanks for sharing.

someonewhowantedtobeahero
Автор

Hi Ryan, it's a very instructive video. Cloud you please clarify how ISR feature will work for Modal?

TaposhKumarBarmon
Автор

Hey Ryan, great video. One question. How did you accomplish the autocomplete at 5:32, doing the auto-increment in the numbers inside the "as" prop?
I was assuming that you selected `href="/?image=` and then did cmd+d until you had them all selected, then moved the cursor to the right and typed `as="/`, but then magic happens and you get the correct numbers.
Thank you!

Danicarmonaserrat
Автор

Please can you a video that will allow one to edit data in modal Nextjs

timothysteele