Hi guys, anyone using tanstack router with better-auth? I have a question, which one you prefer for dasboard app? 1. using
useSession
useSession
on every component that require user data 2. using
getSession
getSession
and wrap it with react query in __root beforeLoad then put it on root context so i can access it on every component? then when i need to update user/session i invalidate the query