#I am going to implement a special loading feature in my Next.js project.

11 messages · Page 1 of 1 (latest)

hollow haven
#

I am going to implement a special loading feature in my Next.js project. I think I can implement it using next/navigation or next/route but It was impossible for me. Let me explain it in detail.
Let's assume I am in home page and clicked a shop button to navigate it. At this time, I want to show the loading gif and when shop page loading finished, loading gif should be hide. How to do it? Please help me

sterile crestBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

hard summit
hollow haven
#

Thanks for your reply. But I wan to add my own gif file.

hard summit
hollow haven
#

Let me explain it in detail.
Let's assume I am in home page. When I click a shop button to navigate it, I want to show the loading gif in home page for a while and when shop page loading finished, loading gif should be hide.

hard summit
hollow haven
#

Could you tell me in detail?

hard summit
hollow haven
#

I need to stay in current page for next pages loading

#

I don't think this code are valid