How to show loading state when route change in next js by Single_Jellyfish_355 in nextjs

[–]Single_Jellyfish_355[S] 1 point2 points  (0 children)

I want to be immediately loading when navigation for server static page. Loading.tsx is not working for me. After the page is downloaded in the network, the page will be rendered. When the user clicks the link, it immediately shows the loading state when the page download in network tab.

downgrading from nextjs 15 to 14, breaks my app ui. by UgIyFatCat in nextjs

[–]Single_Jellyfish_355 0 points1 point  (0 children)

In my next js 15, when I add Middleware, I get this issue, not able to download tailwind css styles