reactjs set state this props history code example
Example 1: this.props.history.location.push
<Link to={{ pathname: "/register", state: data_you_need_to_pass }}> Register</Link>
Example 2: how to get state value from history react
this.props.location.customNameData // it is equal to yourData