TanStackT
TanStack4mo ago
3 replies
accused-moccasin

router.tsx for Convex + Start RC

I wonder if it is correct to nest <ConvexAuthProvider> as a child of <QueryClientProvider>. Is it redundant?

deps:

    "@convex-dev/auth": "^0.0.90",
    "@convex-dev/react-query": "0.0.0-alpha.11",
  "convex": "^1.27.3",
 "@tailwindcss/typography": "^0.5.19",
    "@tanstack/react-query": "^5.90.2",
    "@tanstack/react-query-devtools": "^5.90.2",
    "@tanstack/react-router": "^1.132.26",
    "@tanstack/react-start": "^1.132.26",
    "@tanstack/router-devtools": "^1.132.26",


router.tsx

see attachment
router.tsx1.76KB
Was this page helpful?