React Routing features
As we know our old beloved HTML has anchor tags which causes page refreshing. Ever thought of using these in react?
If we use these and page refreshes then what's the point of using react and studying all that virtual DOM concepts?
So to solve this we install react-router-dom and from that we get link,
using link tag we can only change the changed values from our virtual dom and solve the problem of page refresh.
Happy Learning.