标签: reactjs react-router-v4
我知道,React组件仅在首次调用时才调用constructor()或ComponentDidMount()方法。假设我在fetch()方法内部有一个constructor()方法,如果我最终从react-router-dom导航(例如来自this.props.history.push())的组件内部进入,该如何获取新数据?< / p>
constructor()
ComponentDidMount()
fetch()
react-router-dom
this.props.history.push()