Currently, I'm diving into the world of react-redux with react-router. On one of my pages, it's crucial to know which page the user clicked on to be directed to this new page.
Is there a method within react-router that allows me to access information about the URL of the previous page?