Next.js Discord

Discord Forum

how to trigger UI like loading when router.refresh() runs instead of blank page

Unanswered
Siberian Accentor posted this in #help-forum
Open in Discord
Siberian AccentorOP
  function handleLocaleChange(newLocale: Locale) {
    document.cookie = `NEXT_LOCALE=${newLocale}; path=/; max-age=31536000; SameSite=Lax`;
    router.refresh();
  }

4 Replies

Siberian AccentorOP
Anyone please ?
@Siberian Accentor Anyone please ?
create loading.tsx inside src/app
Siberian AccentorOP
I tried that but not working
at the top level