> What does server components do so much better than SSR? What minute performance gain is achieved more than client side rendering?
RSC is their solution to not being able to figure out how to make SSR faster and an attempt to reduce client-side bloat (which also failed)
Maybe if they compiled away their runtime like svelte and somewhat like angular, then running SSR would be faster.