How do I avoid content flashing from signed in and not signed in?
For example, homepage has a sign in and sign up button when not logged in and a profile button that replaces it when logged in. How can I access this information quicker than doing supabase.auth.user() to handle this? Im using svelte/sveltekit if that matters.