SSR Production ready? #2469
Unanswered
ThomasM-E2X
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
We are looking at using this library for a project and having spiked it out and started development it's been pretty good so far!
However we've been running in to issues recently with hydrating on the client from SSR, we were explicitly using version
1.47.1
and after digging through the TSR library code we've come to the conclusion that we would need to upgrade to a later version to resolve this.This is slightly concerning us as the SSR side of things appears to be more heavily dependant on TanStack/Start which is in 'alpha' (i.e not production ready) in the newer versions of this library.
Previous discussions have said that "Start is pretty stable", however we obviously wouldn't expect that to mean it isn't subject to any breaking changes in the future...
I just wanted to know if people thought that the TSR SSR implementation is "production ready" at this point in time, and if not what mitigations might make sense?
Thanks for your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions