Render multiple components in React Router

后端 未结 6 1971
野趣味
野趣味 2021-02-05 20:54

I\'m used to application layouts with multiple yield areas, i.e. for content area and for top bar title. I\'d like to achieve something similar in React Router. For example:

6条回答
  •  离开以前
    2021-02-05 21:26

    //this is the simplest method to render multiple components and it works for me

    
      
           
            
      
    
    

提交回复
热议问题