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)
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.