I am currently struggling with nesting routes using react router v4.
The closest example was the route config in the React-Router v4 Documentation.
I want t
I succeeded in defining nested routes by wrapping with Switch and define nested route before than root route.
Switch
Reference: https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/api/Switch.md