import { AuthProvider, useAuth } from './context/AuthContext'; import { Dashboard } from './pages/Dashboard'; import { SignIn } from './pages/SignIn'; import { SignUp } from './pages/SignUp'; import './styles.css'; import './styles-application.css'; function Application() { const { authenticated, loading } = useAuth(); if (loading) return Resolving your FeltDB session…; if (!authenticated) return ; return ; } function AuthScreen() { const signIn = new URLSearchParams(window.location.search).get('view') === 'signin'; return FeltDBState firstA real application, from the first command.Sign up to create a durable user, organization, membership, and session—then inspect all of it in Studio.Identity→Tenant→State{signIn ? : }; } export function App() { return ; }
Resolving your FeltDB session…
Sign up to create a durable user, organization, membership, and session—then inspect all of it in Studio.