Next.js Discord

Discord Forum

Is there such a thing as `useTransition` but for `router.refresh()`

Answered
Asiatic Lion posted this in #help-forum
Open in Discord
Asiatic LionOP
I want to display a loading indicator while the client cache is being refreshed
Answered by Asiatic Lion
Oh snap, this JustWorksâ„¢ ---

startTransition(() => {
  router.refresh();
});
View full answer

1 Reply

Asiatic LionOP
Oh snap, this JustWorksâ„¢ ---

startTransition(() => {
  router.refresh();
});
Answer