React SPA Patterns This skill covers for Vite/CRA SPAs. For Next.js use . For TanStack Start use . What Do You Need? | Task | Reference | |------|-----------| | useAuth / useUser / useClerk hooks | references/hooks.md | | Protected routes with React Router | references/protected-routes.md | | Custom sign-in / sign-up forms | references/custom-flows.md | | React Router v6/v7 integration | references/router-integration.md | References | Reference | Description | |-----------|-------------| | | useAuth, isLoaded guard | | | ProtectedRoute pattern | | | useSignIn, useSignUp flows | | | React Rout…