@
[email protected] at least because react is going in a very wrong direction imo
react is a *client library* for *client apps*
and them focusing so much on rsc makes me a bit sad (yet at the same time hopeful that one day people will ditch react for the best)
the thing is that *you dont need* ssr most of the time. for anything more convoluted than a blog/news site, ssr only gets in the way.
just the fact that `"use server"` and rsc exist basically throws us back a decade to when everyone was writing shit in php cgi scripts with inline html.
what was once a clear boundary between a server-side code and a client-side code now becomes so blurred.
and i really don't think its a good idea. this doesn't fucking scale, this introduces very subtle security issues, and most importantly - this doesn't really improve experience for anyone...