get parameter from url reactjs code example
Example 1: get query params react
new URLSearchParams(this.props.location.search).get("your_query_param_key")
Example 2: get data from url using react
this.props.match.params.id
new URLSearchParams(this.props.location.search).get("your_query_param_key")
this.props.match.params.id