Matt LuoM
Convex Community2y ago
28 replies
Matt Luo

Convex and Clerk integration docs

Hi, I have a new Convex project. What guide/docs/demos would be the best starting place at this point to integrate Convex and Clerk? At this point, would you still recommend to render everything on the client side to start out?

I hit a point confusing experience because it seems I need to render my Next.js page on the client side and call Clerk's useAuth(). But Clerk's useAuth() function's documentation is sparse and has a async/await in its example.
https://clerk.com/docs/references/react/use-auth
Was this page helpful?