Loader Navigation
Good day, was just wondering if there was a way to navigate inside the loader function of a route?
3 Replies
national-goldOP•14mo ago
By navigate I mean go to another route
afraid-scarlet•14mo ago
You can throw a redirect.
https://tanstack.com/router/latest/docs/framework/react/api/router/redirectFunction
redirect function | TanStack Router React Docs
The redirect function returns a new Redirect object that can be either returned or thrown from places like a Route's beforeLoad or loader callbacks to trigger redirect to a new location.
redirect options
national-goldOP•14mo ago
thank you 🙂