Full reload in nextjs 13
Answered
Havana posted this in #help-forum
HavanaOP
Is there a way to reload everything? Like F5 does. (I'm using nextjs 13 and app directory)
Answered by European sprat
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