Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

185
Views
How can i hyperlink in react js?

enter image description hereIm trying to link to another site but it is not working

WOW, the ${CONFIG.NFT_NAME} is yours! go visit ${<a href={http://google.com}>Google</a>} to view it.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

If you're using Tags (multiple childs) in it, you cannot use like:

`WOW, the ${CONFIG.NFT_NAME} is yours! go visit <a href="http://google.com">Google</a> to view it.`

You have to use React.Fragment:

<React.Fragment>
      WOW, the ${CONFIG.NFT_NAME} is yours! go visit <a href="http://google.com">Google</a> to view it.
</React.Fragment>

React.Fragment: A common pattern in React is for a component to return multiple elements. Fragments let you group a list of children without adding extra nodes to the DOM.

Source: https://reactjs.org/docs/fragments.html

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!