I am new to React and finding it hard to Google (generic terms like open page!) what should be a common scenario.
My code renders a page containing a link using Linkify:
<Linkify properties={{target: '_blank'}}>{someText}</Linkify>
where someText contains a link to an external site. This opens in a new tab when clicked.
Is there an example of how to automatically (ie no click required) pop up this link in a new tab, after a few seconds delay?