DEV Community

Discussion on: Routing with React Router 6

Collapse
 
rxliuli profile image
rxliuli

I don't like the pointless and repeated changes of react-router in recent versions. Eventually, I created my own isolation layer, using configuration-style routing, and no longer relying directly on react-router to avoid the impact of syntax changes when upgrading.