'How can I reload the page after redirect to the link in react?

I am using react-router-dom. When I click the link it redirect to the same page. why it doesn't just "go" to that link? Here is my code.

<Link to="/blog-list" onClick={() => window.location.reload()}>Blog List</Link>

How can I reload and also go to that link?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source