There was an error while loading. Please reload this page.
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>