I am working with a project using react router version 15.4 and react router version 2. I need to implement recursive paths using react router version 2 which would look exactly like the example here. https://reacttraining.com/react-router/web/example/recursive-paths I cannot migrate to react router 4 at the moment. Is it possible to implement the same functionality in version 2?