Why use Link component in React-Router instead of just anchor tag?

Viewed 8324

I am new to react-router and I understand that the Link component will be translated to Anchor tag. So my question, What is the real difference between the two?

0 Answers
Related