passing data with history.push for functional component code example
Example 1: passing data in react router history,push
this.props.history.push({
pathname: '/template',
search: '?query=abc',
state: { detail: response.data }
})
Example 2: passing data in react router history,push
this.props.location.state.detail