Answers for "how do i link to an external site in react?"

5

external site links in react Link

<Link to={{ pathname: "https://example.zendesk.com/hc/en-us/articles/123456789-Privacy-Policies" }} target="_blank" />
Posted by: Guest on September-04-2020

Code answers related to "how do i link to an external site in react?"

Code answers related to "Javascript"

Browse Popular Code Answers by Language