I would like to put a Loading in my Screen between Route Navigation on Next 13 to indicate to the user that we have a navigation in progress
I tried using the old method, but I am struggling with I can not use next/router in a Client Component
I would like to put a Loading in my Screen between Route Navigation on Next 13 to indicate to the user that we have a navigation in progress
I tried using the old method, but I am struggling with I can not use next/router in a Client Component
1.Create a new file called Loader.js in your components directory.
2.In Loader.js, add the following code:
3.In your main layout component (e.g., Layout.js), import and use the Loader component:
4.Wrap your pages or components that require the loading indicator with the Layout component: