Answers for "history push with props react"

1

this.props.history.location.push

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

Code answers related to "history push with props react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language