Nested Routes in React Router v4

前端 未结 5 1312
梦毁少年i
梦毁少年i 2020-11-29 22:02

I\'m trying to set up some nested routes to add a common layout. Check the code out:

  
    
      
5条回答
  •  甜味超标
    2020-11-29 22:42

    If you do not want Layout to run at loaded. Use this method:

    Whenever history changes, componentWillReceiveProps in the ChatList will run.

提交回复
热议问题