Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react hooks link to external site new tab

        // Open in the same window
        window.location.href = externalLink;

        // Open in a new window
        window.open(externalLink);
 
PREVIOUS NEXT
Tagged: #react #hooks #link #external #site #tab
ADD COMMENT
Topic
Name
1+9 =