Next.js Discord

Discord Forum

Keep current page rendered until new page loads

Unanswered
Masai Lion posted this in #help-forum
Open in Discord
Masai LionOP
in next js 13, is it possible to keep the current page as well as loading component both rendered when the user navigates to a different route?

1 Reply

@Masai Lion in next js 13, is it possible to keep the current page as well as loading component both rendered when the user navigates to a different route?
Lilac
do you mean something like this https://www.npmjs.com/package/next-nprogress-bar ?
or can always maintain your own loading state, and render ui accordingly.