Загрузка видео...

Не удалось загрузить видео

На главную

Modal with intercepting route in Next.js 13

161,725 просмотров • 2 лет назад •via X (Twitter)

Комментарии: 9

Фото профиля Haz
Haz2 лет назад

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

Фото профиля Alexander Kachkaev
Alexander Kachkaev2 лет назад

@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!

Фото профиля Sidi jeddou
Sidi jeddou2 лет назад

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.

Фото профиля Mattèo
Mattèo2 лет назад

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?

Фото профиля Alex Sidorenko
Alex Sidorenko2 лет назад

Apple Keynote with Magic move

Фото профиля Arghya Das
Arghya Das2 лет назад

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.

Фото профиля Aaron
Aaron2 лет назад

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

Фото профиля MONARCH
MONARCH2 лет назад

This is so confusing

Фото профиля Luca Matteis
Luca Matteis2 лет назад

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

Похожие видео