Get navigation transition state
What is the equivalent for the Next.js code below in Tanstack Start for finding whether you're in he process of navigating
2 Replies
deep-jade•10mo ago
did you check router state pending?
optimistic-goldOP•10mo ago
Thanks for the tip. Seems there's an
isTransitioning
property on router state