Get session data on first load (nextjs + elysia)
Is there a way to retrieve the session data on the first load using useSession? I already using middleware to validate the session. For my pages, I want to display the user data immediately without showing the loading.