There is redirect function in React Router 7 but its not something like redirect("/info", "/about")
in the Framework mode. You need to create a new tsx file for /info
route and use the redirect function inside it. You can stick with the data mode if you don't like that.