Closed blade-sensei closed 4 years ago
redirection by using parameters in url (query params) https://stackoverflow.com/questions/44121069/how-to-pass-params-with-history-push-link-redirect-in-react-router-v4
using redirection with push history also is explained here. this.props.location.state // it is equal to yourData
this.props.location.state // it is equal to yourData
redirection by using parameters in url (query params) https://stackoverflow.com/questions/44121069/how-to-pass-params-with-history-push-link-redirect-in-react-router-v4
using redirection with push history also is explained here.
this.props.location.state // it is equal to yourData