Skip to content

Instantly share code, notes, and snippets.

@DoctorDerek
Last active July 17, 2022 15:51
Show Gist options
  • Save DoctorDerek/3ab226a084294de109a8d62ae4b70d5d to your computer and use it in GitHub Desktop.
Save DoctorDerek/3ab226a084294de109a8d62ae4b70d5d to your computer and use it in GitHub Desktop.
How To Redirect to Another Webpage Using JavaScript To Change the URL https://medium.com/p/2b92754845a3
<button
onClick={() => {
window.location.href = 'https://google.com'
}}
>
Google
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment