Why does NextJS Link component not show a pageload when navigating with it?

How can I make it spin the loading spinner when using next/link
2 Replies
AdmiralGeneralAladeen
its not a good ux to show no feedback when clicking links
CuriouslyCory
CuriouslyCory2y ago
Because once it has loaded it uses the built in router and doesn't fetch new pages with the browser page loading process. It's all handled by the JS. I typically handle loading messages on whatever components are loading vs the entire page but I'm sure you could tie into the router to add some sort of indicator built into the layout.
Want results from more Discord servers?
Add your server