cacheComponents, dymanic rooute and client JS disabled #85392
Unanswered
mblandr
asked this question in
App Router
Replies: 1 comment 1 reply
-
|
I faced a similar issue when disabling client JS on dynamic routes. |
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.
-
So, problem is clear
BEFORE cacheComponents dynamic routes works totally ok with client JS disabled. Ya, we have no interactivity but at least get full html content.
BUT. With cacheComponents now dynamic contents are always STREAMING, streaming NEEDS client JS, so NO CLIENT JS - NO STREAMED CONTENT. And user will only see static shell.
Very nice, isn't it, but is there a solution?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions