Recursive paths with React Router

added by JavaScript Kicks
1/4/2019 5:38:43 PM

546 Views

Because React Router is just components, you can do crazy things like having recursive routes. In this post we'll learn how they work by breaking down the 'Recursive Paths' example on the React Router docs. Recursive routes aren't the most pragmatic thing in the world, but they really show off the benefits of React Router's component based approach to routing.


0 comments