T
TanStack•14mo ago
national-gold

Loader Navigation

Good day, was just wondering if there was a way to navigate inside the loader function of a route?
3 Replies
national-gold
national-goldOP•14mo ago
By navigate I mean go to another route
afraid-scarlet
afraid-scarlet•14mo ago
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-gold
national-goldOP•14mo ago
thank you 🙂

Did you find this page helpful?