find data from url ein reactb js code example
Example 1: get url react
window.location.href
Example 2: get data from url using react
<Route path="/users/:id" component={UserPage}/>
window.location.href
<Route path="/users/:id" component={UserPage}/>