DEV Community

Discussion on: The Difference Between React Server Components and Server Side Rendering (SSR)

Collapse
 
bangonkali profile image
Bangon Kali

From a high level view how does this differentiate from Blazor Server?

While I understand that Blazor runs on top of dotnet runtime on top of wasm (perf penalties) is it possible that RSC can also have some diffing mechanisms similar to Blazor Server? It would be interesting to know efficiency comparisons from an architectural perspective.