Next.js Discord

Discord Forum

Navigation is blocked from moving one page to other with SSR page

Answered
Black-bellied Whistling-Duck posted this in #help-forum
Open in Discord
Black-bellied Whistling-DuckOP
I had implemented two Server side render pages with app router. While navigating from page A to page B then navigation is blocked until the data is fetched on page B. So how can I navigate to page B without being blocked until data fetched and I want to show loading meanwhile fetching data
.
Answered by Black-bellied Whistling-Duck
Sorry mistake on my End. Earlier I created loading file but exported component as loading instead of Loading.
View full answer

5 Replies

loading.tsx
Black-bellied Whistling-DuckOP
Can you please briefly explain how to make use of it?
Black-bellied Whistling-DuckOP
Ok I will check that.,
Black-bellied Whistling-DuckOP
Sorry mistake on my End. Earlier I created loading file but exported component as loading instead of Loading.
Answer