#Is there any performance penalty (ssr) by using non-hydrated frameworks components over astro ones?

1 messages · Page 1 of 1 (latest)

devout drum
#

Hey everyone, is there any performance penalty (ssr) by using non-hydrated frameworks components over astro ones? E.g having a vue UI library and rendering components without hydration (buttons, inputs, etc)

slender escarp
#

No! Not sure if there’s any difference in the rendering time on the server, but certainly in terms of data sent to a user/performance on the client, you shouldn’t see any difference.