Yeah, this is clearly the missing piece. I'm convinced there would be multiple RSC frameworks by now if React had just made the SSR story less difficult.
Have you seen this pull request?
https://github.com/reactjs/rfcs/pull/219
Daishi KatoCreator
On the other hand, it makes sense that React provides primitive features for RSC and SSR separately, and it's a framework job to integrate them.
Thanks for the RFC link. Yeah, SSR is tough. RSC is relatively easy.
2 comments
Yeah, this is clearly the missing piece. I'm convinced there would be multiple RSC frameworks by now if React had just made the SSR story less difficult. Have you seen this pull request? https://github.com/reactjs/rfcs/pull/219
On the other hand, it makes sense that React provides primitive features for RSC and SSR separately, and it's a framework job to integrate them. Thanks for the RFC link. Yeah, SSR is tough. RSC is relatively easy.