erquhart
erquhart2y ago

Just another user s opinion so the team

Just another user's opinion (so the team may correct me here): The main caveat I'm aware of is Convex not (yet) having a solution for SSR, so you'd need to use Next with client side rendering. If that's not an issue for you, I'd say pick the one that works best for your project in general, Convex should work great with either.
2 Replies
presley
presley2y ago
Yeah, you can use Convex http client during SSR, but regular client components that use Convex hooks won't work in SSR. We don't support client components being initially rendered on the server (with populated data). We have few prototypes here but haven't got around to productinalize any of them yet. https://convex-next13-demo.vercel.app/
Convex + Next.js Demo
Generated by create next app
yarrichar
yarrichar2y ago
Ok, cool. Thanks! I was just asking since convex itself seems to take care of most things for you.

Did you find this page helpful?