How to set the DefaultRoute to another Route in React Router

前端 未结 11 1244
心在旅途
心在旅途 2020-12-13 02:11

I have the following:

  
    
            


        
11条回答
  •  失恋的感觉
    2020-12-13 02:25

    You use it like this to redirect on a particular URL and render component after redirecting from old-router to new-router.

    
      
      
    
    

提交回复
热议问题