Replies: 1 comment 9 replies
-
What component for example? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems to me that the majority of the components could in fact be rendered in SSR. What's the reason for preventing this with
"use client"
? Even stuff that generally depends onwindow
ordocument
could likely be rendered in SSR and then bound on client render.Beta Was this translation helpful? Give feedback.
All reactions