Answers for "how to pass data using history push"

1

this.props.history.location.push

props.history.push({  pathname: '/register', state: data_you_need_to_pass});
Posted by: Guest on November-18-2020
2

passing data in react router history,push

this.props.location.state.detail
Posted by: Guest on February-05-2021

Code answers related to "how to pass data using history push"

Code answers related to "Javascript"

Browse Popular Code Answers by Language