Next.js Discord

Discord Forum

Full reload in nextjs 13

Answered
Havana posted this in #help-forum
Open in Discord
HavanaOP
Is there a way to reload everything? Like F5 does. (I'm using nextjs 13 and app directory)

4 Replies

Answer
European sprat
you can also try router.refresh()
@European sprat https://developer.mozilla.org/en-US/docs/Web/API/Location/reload
HavanaOP
perfect, how could I miss it lol
thanks