Taking full advantage of parameterized routes in react-router
The react-router project is the go-to library for client-side route management for React (and React Native). It is easy to use, well maintained, and solves the vast majority of routing needs for the vast majority of react projects (big ups to Michael Jackson, Ryan Florence, and all the great community members). It’s likely even more powerful and featureful than you may…