Answers for "history push react pass fucntion as parameter"

5

passing data in react router history,push

this.props.history.push({
  pathname: '/template',
  search: '?query=abc',
  state: { detail: response.data }
})
Posted by: Guest on February-05-2021
2

passing data in react router history,push

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

Code answers related to "history push react pass fucntion as parameter"

Code answers related to "Javascript"

Browse Popular Code Answers by Language