I am trying to refresh a page using react-route Link. But the way I have implemented it goes to the URL one step back.(as an example if the URL was ../client/home/register a
Try like this.
You must give a function as value to onClick()
onClick()
You button:
Reload
refreshPage function:
function refreshPage(){ window.location.reload(); }