Is there such a thing as `useTransition` but for `router.refresh()`
Answered
Asiatic Lion posted this in #help-forum
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();
});1 Reply
Asiatic LionOP
Oh snap, this JustWorksâ„¢ ---
startTransition(() => {
router.refresh();
});Answer