Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

best way to add a href in react.js?

So I'm building my portfolio with React.Js and I want to add my linkedIn account, Youtube Channel, and other links to my icons and was wondering what would be a more effective way to do so would it be with react router, pass the links in as props or <link to = ""> ? I know all the 3 would work in some way shape or form just want to make sure im making the better choice when I go to production build and deploy?