Go Back Functionality in Remix and React
I wanted make a reusable back functionality for my app. I’m using Remix.
I wanted to achieve that if you click the “Back” button, it should redirect back to the previous page. However there is a defaultRoute
provided if there is no page to go back.
The problem right now is that, sometimes, when you click “Back”, it redirects you to the page outside of your website. How should we best fix that?