how to get a substring from url in react code example
Example: get query params react
new URLSearchParams(this.props.location.search).get("your_query_param_key")
new URLSearchParams(this.props.location.search).get("your_query_param_key")