React Routing features
Sarthak Saraf
1 min read
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.
0
Subscribe to my newsletter
Read articles from Sarthak Saraf directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by