Published May 09 2021
⚠️⚠️ JUST A FEW HOURS LEFT to JOIN THE 2023 BOOTCAMP ⚠️⚠️
In a component, you can use the useRouter
hook:
import { useRouter } from 'next/router'
//...
const router = useRouter()
router.reload(window.location.pathname)
Sometimes you can’t, for example when you’re not in a React component, maybe in a utility function.
In that case, you can do this:
import Router from 'next/router'
Router.reload(window.location.pathname)
I wrote an entire book on this topic 👇
© 2023 Flavio Copes
using
Notion to Site
Interested in solopreneurship?