How to add SSR to an existing application? #1878
Unanswered
brunolopesr
asked this question in
Q&A
Replies: 1 comment
-
Tbh, for SSR, Start is pretty stable. We are using it for TanStack.com. If you want to go down the path of manually adding in SSR, it isn't the craziest thing, since all you need to do is spin up a server to handle requests (express, hono, etc... take your pick). Then it's a matter of writing an entry file and handler to handle running React on the server, something like this. I'd honestly, say take a look at the |
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
-
Hey there!
First of all, I know that TanStack Start is in development, but since I don't know the ETA for Start, what do I need to add SSR capabilities to an application already in production that is using TanStack Router and Query?
Beta Was this translation helpful? Give feedback.
All reactions