Загрузка видео...
Не удалось загрузить видео
Modal with intercepting route in Next.js 13
161,725 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 9

That would be much easier if I could express that logic in code rather than using file conventions.

@rauchg Sadly, intercepting routes don’t currently work if you need modals only on some pages. For example, you want previous and next product to not be opened in a modal, while you are on a product page. I shared a reproduction in – hope this will be fixed soon!

I implemented something like this, but doesn’t use the query, it changes the url param without reloading and shows a modal with data, exactly like product hunt. It’s open source btw.

Hey @asidorenko_ I see a lot of your tweets about RSC in my TL, the rendering of the videos is nice, how do you animate the source code on the left side?

Apple Keynote with Magic move

Could you please explain the process of creating this video showcasing code transitions? I'm considering sharing something similar with my project and would appreciate understanding how it's done.

This is awesome!! how do you make videos like this?

This is so confusing

Just a note. Intercept is only needed if you want an entirely different page on refresh of the modal. If you just want the same modal, parallel routes can be enough
Похожие видео
Protect routes with next-auth middleware in Next.js 13
Alex Sidorenko
139,308 просмотров • 2 лет назад
