Replies: 2 comments 4 replies
-
you can set |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi! We're running into the same issue. We're using Relay with TanStack Router and are looking to migrate to TanStack Start, but we'd like to avoid having to use the workaround on every route. Are there any plans to support disabling SSR without needing that workaround? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are looking to migrate a big codebase to tanstack/router and would love to also start using tanstack/start to enable SSR.
Due to the size of the codebase we would like to disable SSR for most of our current code and only use it for anything new we add.
I have tried to find anything about this in the docs and on github, but I could not find a related option to configure a route (and all subroutes) to be excluded from SSR.
Is there an undocumented config option or a good way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions