Does next.js support react router ? So that I am using standard
Unanswered
Masai Lion posted this in #help-forum
Masai LionOP
Does next.js support react router?
2 Replies
Nope, Next.js uses file-based routing system
you can take a look at this repo but I recommend next.js routing system over react-router
https://github.com/colinhacks/nextjs-react-router
https://github.com/colinhacks/nextjs-react-router