路由是这样的<Router history={hashHistory}> <Route path="/" component={App}>
<IndexRoute component={AppIndex} />
</Route></Router>App代码是这样的然后AppIndex是这样的这样子运行之后,控制台的输出为页面中AppIndex显示的是NULL,除非点击AppIndex的路由导致AppIndex的render才会正确显示id属性。到底这个App和AppIndex应该怎么样通信?或者如何在App重新渲染的时候自动重新渲染AppIndex哪怕路由没有改变?
添加回答
举报
0/150
提交
取消