Link to vs Anchor Tag
Intro
In React, the anchor tag (<a>) works as it does in traditional HTML. It is not directly monitored or controlled by React's virtual DOM. When you use an anchor tag in React, clicking on it will trigger a full page reload by default, as it is th...
jeevanhenrydsouza.hashnode.dev2 min read