Answers for "send data with history.push in react"

3

passing data in react router history,push

<Link to={{
      pathname: '/template',
      search: '?query=abc',
      state: { detail: response.data }
    }}> My Link </Link>
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 "send data with history.push in react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language