Conditional rendering component that shows content only when user is authenticated
<SignedIn />
component conditionally renders its children only when a user is authenticated. It’s perfect for showing content that should only be visible to signed-in users.
<SignedOut />
- Conditional rendering for unauthenticated users<UserButton />
- User profile dropdown<SignInForm />
- Authentication form