Replies: 2 comments 11 replies
-
Since your code needs to run to generate the initial |
Beta Was this translation helpful? Give feedback.
10 replies
-
This is the biggest blocker to migrate our large react-router app to Remix SPA mode. Our dependencies are mixed with CJS and ESM. Making them work together with SSR is quite difficult. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
For some reason remix dev is still doing SSR when running in SPA mode. Meaning that you get errors when using client only features.
Is there a way to turn off SSR when writing SPAs?
Beta Was this translation helpful? Give feedback.
All reactions