history state react code example
Example 1: this.props.history.location.push
props.history.push({ pathname: '/register', state: data_you_need_to_pass});
Example 2: props history
{
key: 'ac3df4', // not with HashHistory!
pathname: '/somewhere',
search: '?some=search-string',
hash: '#howdy',
state: {
[userDefined]: true
}
}