How is React routing different from conventional routing?

SNReact RoutingConventional routing
1.Single HTML pageEach view is a new HTML file
2.The user navigates multiple views in the same fileThe user navigates multiple files for each view
3.The page does not refresh since it is a single fileThe page refreshes every time user navigates
4.Improved performanceSlower performance

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *