In the current version of React Router (v3) I can accept a server response and use browserHistory.push to go to the appropriate response page. However, this isn
browserHistory.push
/*Step 1*/ myFunction(){ this.props.history.push("/home"); } /**/ this.myFunction()} className={'btn btn-primary'}>Go Home