I want to link a part of text to a url, in React.
Here’s an example of code.
{ abc ? <Random /> : 'Go to this page.'}
page needs to be linked to a specific url. Can anyone please help me with this?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I want to link a part of text to a url, in React.
Here’s an example of code.
{ abc ? <Random /> : 'Go to this page.'}
page needs to be linked to a specific url. Can anyone please help me with this?