Multiple Nested Routes in react-router-dom v4

后端 未结 6 1633
走了就别回头了
走了就别回头了 2020-11-28 22:02

I need multiple nested routes in react-router-dom

I am using v4 of react-router-dom

I\'ve got my

import { BrowserRo         


        
6条回答
  •  萌比男神i
    2020-11-28 22:25

    Move all childs routes to parent component and extend route like below.

    also check react router training

提交回复
热议问题