Routing in React, usually using the popular React Router library, can get messy pretty quickly. How do I manage all these routes? What’s the best way to implement. How should I handle nested routes? While there are obviously tons of great answers to these questions, I’ve tried several unsatisfactory methods before the one I’ll walk through in this tutorial, which I found to be a nice implementation for an open-source React/Redux boilerplate I’m working on.
Full article