Next.js Discord

Discord Forum

Why are people talking about React Router with NextJS ?

Unanswered
XandoR posted this in #help-forum
Open in Discord
Hello there ! 👋
I've seen a lot of people lately talking about using React Router with NextJS, I would like to understand why this choice ?
I mean, NextJS already have implemented file routing, so... Is that kinda, not working well ? What's the matter here ? Or does it add some benefits ?
I anyone knows about it, I would be happy to hear from you

3 Replies

Asian black bear
They are opting out of all Next.js features just for fast client-side navigation and the perceived convenience of still being able to use Next' API routes.
It's a pretty bad choice and likely driven by a lot of engagement bait.
At this point you could easily use TanStack Start instead with very similar features, if not better.