Moving between pages using Link component doesn't show any loading status on browser (NextJS 14)?
Unanswered
Cuckoo wasp posted this in #help-forum
Cuckoo waspOP
I think this is because NextJS prefetches the data? The problem is that it's difficult to know if I have clicked on the button and the page is being loaded. I can use loading.js but then the contents won't be server rendered, right?