Answers for "how to redirect one page to another page in react js with calss component"

1

function that redirects to another page react

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

how to redirect to a website in react

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

Code answers related to "how to redirect one page to another page in react js with calss component"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language