componentWillReceiveProps(nextProps){ if(this.props.auth.token !== nextProps.auth.token){ //make a api call here } }