-
Notifications
You must be signed in to change notification settings - Fork 9
goURI
Carlos Alba edited this page Nov 25, 2020
·
1 revision
This utility allows you to use JS to more safely open links to new sites. it adds the '_blank' & 'noopener' directives to your link.
<Button
onClick={() => goURI('https://www.google.com/')}
>
Go to Google.com
</Button>
Made with