Hacker News new | ask | show | jobs
by madjam002 1000 days ago
But RSC is how you do server based apps with React, and they’re clearly sticking with React.

Sure you can render to static markup without RSC but then you have to do a lot of work to mix server/interactive client components, RSC makes it a lot easier to achieve “server based apps”.

It’s not a deceptive headline at all.

1 comments

I think it’s less work to just use static content in places and avoid having to learn a whole new model of rendering, routing, data fetching and a lot of rules than it is to have a traditional ssr app that compiles a few static pieces of content.