SSR React APP on Vercel #7365
Replies: 1 comment
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I have a react application where I am using vercel serverless apis to send emails and text messages. I want to server side render my application mainly for SEO. Previously, I've managed SSR by keeping my server code in the same repository but in a separate folder, deploying via Jenkins. I'm unsure how to handle this setup on Vercel and maintain a smooth deployment process.
Please do not suggest to use Nextjs.
Example
No response
Steps to Reproduce
I need guidance on SSR.
Beta Was this translation helpful? Give feedback.
All reactions