Skip to content

Instantly share code, notes, and snippets.

@sand97
Created January 7, 2022 08:40
Show Gist options
  • Save sand97/d1677c09bbf198273757d0269d7461cb to your computer and use it in GitHub Desktop.
Save sand97/d1677c09bbf198273757d0269d7461cb to your computer and use it in GitHub Desktop.
Next redirection on client side
//...
const {name} = router.query;
React.useEffect(() => {
router.replace(`/products/${name}`);
})
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment