How stable is SSR?
I'm planning to use convex but SSR is a deal breaker for me. I'm aware it is supported, but hwo stable is it? Is it almost ready/stable?
8 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Convex, SSR?
Convex is the backend, but they also have the react implementation
but then the question is how stable is react SSR
I mean, the usage of convex in react SSR
How stable is the usage is of convex in SSR
since the docs say its still in beat
each framework does it differently, what framework are you using? Works in Svelte with initialData, works in Start and Next as linked above. Yeah it's stable/ready, but especially in Start where we have the tools to make it more automatic it could be better
At least by the time Start is stable we'll have demos of this, really getting exciting about Start leaving beta
I'm ussing NextJS
According to this: https://docs.convex.dev/client/react/nextjs/server-rendering
It's still in beta, so I want to know how beta is it
Next.js Server Rendering | Convex Developer Hub
Next.js automatically renders both Client and Server Components on the server
Ah got it, it's still marked beta because we think we can come up with an even better approach, but we won't be removing these APIs.