componentDidUpdate(prevProps) { if(prevProps.match.params.id !== this.props.match.params.id){ // do something } }