I’m looking to handle setting a page title from data fetched from the loader in TanStack Router much like how it’s done in this repo which is leveraging React Query.
I’m wondering if there’s a method to read the resolved preload query ref outside of React hooks so that I can put title handling at the route level rather than inside component code?