Replies: 4 comments 8 replies
-
This is already solved by Vue Server-Side Rendering capabilities. |
Beta Was this translation helpful? Give feedback.
-
I just tried to replicate the example from the RFC in a Nuxt.js application. The main difference would be (afaik) that you cannot have a |
Beta Was this translation helpful? Give feedback.
-
I think the Server Component is not an enhancement of the SSR, but rather an enhancement of the Web Component. |
Beta Was this translation helpful? Give feedback.
-
The so called "React Server Component" Just like many other things react people regretted about. We should not follow react's unfortunate steps at all. |
Beta Was this translation helpful? Give feedback.
-
Below is from React Server Component RFC
It's an addition to SSR and it's a nice idea to make full use of the server in front-end rendering.
If we apply this idea to Vue, due to the templates, the server components can be optimized to gain better performance.
Vue 3 has already made efforts for supporting SSR, will things like React Server Component also be considered?
Beta Was this translation helpful? Give feedback.
All reactions