Answers for "function that redirects to another page react"

-1

how to redirect to a website in react

window.location.href = 'http://domain.com';
Posted by: Guest on February-22-2021
0

function that redirects to another page react

const navigate = useNavigate();
const goToLoginPage = () => navigate('/login');
Posted by: Guest on October-09-2021

Code answers related to "function that redirects to another page react"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language