Live data from Hacker News

React Server Components made our site a lot faster

frigade.com

61–62 of 62 posts

Re: React Server Components made our site a lot faster

#61

Earlier quoted context omitted.

Totally agree that partial hydration helps more than full hydration, but note that if you compared SSR vs RSC the charts they posted wouldn't look so impressive. Maybe I was too strong worded, but the point stands that without making it really clear they are "skipping a generation" basically, it makes their comparison look extremely favorable, whereas RSC actually has a big overhead: it serializes all props and the e…

> 80% of the gain they got was just going from client-only to server-rendered That's what the article is about, isn't it? The gain comes from going from client-only to server-rendered. They did this using RSC. You could also do it using handlebars and jQuery if it was 2010 (with probably 100x better performance). > if you had compared SSR vs RSC you'd see that the numbers don't actually improve so much From the artic…

No, speed index would go up massively. A huge amount of lighthouse improves with server rendered content.

Likewise RSC is not nearly as free as other partial hydration methods. You send a full serialized copy of the tree and props over that has to be manually de serialized. This nullifies much of the benefit. Further, you still send the large (even larger now) copy of React. This is exactly why the comparison would be interesting to see, and why I brought up my concerns - it seems people are pretty under informed about this.

Re: React Server Components made our site a lot faster

#62

Earlier quoted context omitted.

I can’t stop you from continuing to engage combatively, but I’ll ask you to kindly stop doing so with me. Thanks.

Similarly, I can't stop you from coloring my (very much benign) comments as weird, rude and combative, which I myself find rude and combative. If you wish to engage substantively, do see the multiple confused people in this very thread that illustrate the point clearly. It's very hard to reconcile their confusion with your point that this is clear to the general audience. Perhaps your very experience with the subject…

For posterity, the parent comment edited out the word rude.
Post reply on HN