Remix support
Is there much support for remix? Loading data on server side and such?
Just wondering whether I should go with Next.js or Remix. Wanted to try out Convex for the first time
2 Replies
Convex has official support for Next.js (https://docs.convex.dev/client/react/nextjs/server-rendering) but not for Remix, so I’d recommend using Next if you’re interested in trying Convex
Next.js Server Rendering | Convex Developer Hub
Next.js automatically renders both Client and Server Components on the server
Second recommending Next.js for the easiest path, we have folks using Remix and everything should work but there are no official demos with it.