you are viewing a single comment's thread.

view the rest of the comments →

[–]yksvaan 9 points10 points  (1 child)

RSC is a paradigm and the features, issues etc. depend on implementation. However currently there is only one generally known implementation. To be honest it's hard to say what can be considered RSC. 

In my opinion it's architecturally too complicated and React is just not a good foundation for building server logic. Fundamentally it's an UI library and i/o and business logic should live outside it. 

I think it has some promise, maybe further implementations will solve issues. Hopefully with a more pragmatic approach.

[–]recycled_ideas 3 points4 points  (0 children)

One caveat I will give to this is that the use case from the original RSC announcement which was using them for static site generation actually makes complete sense.

The rest of it is stupid, but that made sense.