Nested routes with react router v4 / v5

后端 未结 11 1882
广开言路
广开言路 2020-11-22 12:34

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

11条回答
  •  孤街浪徒
    2020-11-22 13:28

    I succeeded in defining nested routes by wrapping with Switch and define nested route before than root route.

    
      
        
        
        
      
    
    

    Reference: https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/api/Switch.md

提交回复
热议问题