DEV Community

Discussion on: React Router V5 vs V6

Collapse
 
arunavamodak profile image
Arunava Modak

Well it totally depends on the requirement of your project.
If you want an SPA, you can use React and React Router, which takes care of your client-side routing. For something like Next.js it comes with it's own page based routing, I don't think we can implement SPA.