T
TanStack•17mo ago
wise-white

Loader Navigation

Good day, was just wondering if there was a way to navigate inside the loader function of a route?
3 Replies
wise-white
wise-whiteOP•17mo ago
By navigate I mean go to another route
fair-rose
fair-rose•17mo 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
wise-white
wise-whiteOP•17mo ago
thank you 🙂

Did you find this page helpful?