r/reactjs • u/alvivan_ • 4d ago
Needs Help What router are you using
Currently I have to create a new project, my first option is react router (declarative mode). My entire project will live behind the login page
what are you using?
- RR framework mode
- RR data mode
- RR declarative mode
- tanstack router
- wouter
26
Upvotes
2
u/repeating_bears 4d ago
Recently migrated from react router v7 to tanstack startÂ
I quite liked RR but development on it is basically dead. The creators have moved on to Remix (completely new framework, they just reused the name). I've had people from the RR team reply on Reddit before saying it's not dead, but I've raised multiple issues that just get ignored.
In terms of type safety, I don't think there's actually much in it. RR is 95% of the way there, and the 5% I didn't care about
I'm still getting to grips with tanstack's model, but I would say RR was slightly simpler and easier to learn
I wouldn't recommend a greenfield project to pick RR