how-to-testing-plan.md
This plan outlines systematic testing for each how-to guide to verify:
Each test will use agent-friendly static analysis rather than running full projects:
[✅] deploy-to-production.md - Deploy to hosting platforms
npm run build creates correct dist/ directory structure_redirects file format and syntax correctnetlify.toml configuration format accuratevercel.json syntax valid and properly structured[✅] setup-ssr.md - Server-Side Rendering implementation
createFileRoute, createRootRoute, Link, Outlet) existtanstackRouter from @tanstack/router-plugin/vite correctly referencedRoute.useLoaderData() and Route.useParams() confirmed in examples[✅] setup-authentication.md - Basic authentication with React Context
createFileRoute, createRootRouteWithContext, beforeLoad) existRoute.useRouteContext(), Route.useSearch(), Route.useNavigate() confirmed/_authenticated pattern works correctly@tanstack/react-router-devtools importnavigate({ to: redirect }) instead of window.location.hrefsetup-auth-providers.md - External auth providers (Auth0, Clerk, Supabase)
setup-rbac.md - Role-Based Access Control
setup-testing.md - Testing with code-based routing
test-file-based-routing.md - Testing file-based routing
debug-router-issues.md - Troubleshooting guide
integrate-shadcn-ui.md - Shadcn/ui integration
integrate-material-ui.md - Material-UI (MUI) integration
integrate-framer-motion.md - Framer Motion animations
integrate-chakra-ui.md - Chakra UI integration
For each guide tested, document:
For each guide:
If stuck on a guide after multiple attempts:
Goal: Complete validation of all how-to guides for accuracy and usability.
Next Priority: Continue validating remaining 9 guides with proven static analysis approach