Smooth Navigation in Next.js 13: A Comprehensive Link Guide

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


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

When click on the Link, nothing happen for 2-3 sec. Then suddenly comes to the new route. Intead when used a tag, it atleast show some new route is coming.
How get this when using Link

Ismail-hdyz
Автор

When prefetching the routes being server components that means also that the API requests to my api are being made right? So when having a huge list this increased api load exponentially I guess.

martapfahl
Автор

Briefly explained prefetch😢 not working as expected production

maheshbabu
Автор

I'm on nextjs 13.4.8 and the scroll={false} doesn*t work for me. My back Links always navigate to the top which is super annoying

bnyman