Link Externally With React Router's Link (opens in new tab)
React Router’s Link component isn’t just for internal links; it can work like an anchor tag, too, sending users outside the application. Use reloadDocument prop to get this behavior. Link docs <a href="
Read the original article