
React Component and State Management - JSJ 526
JavaScript Jabber
00:00
ReactServer Components - What Are They?
React server components aim to solve this problem by running certain component code completely on the surface side. Instead of using that v dom to up date the actual browser dom, what we do with it is that we serialize it into an h imel string, which we then send down as the servers responds from the server to the client. The benefit here is that the browser can just use it to display the user in her face before any of the javescript code actually runs on the browser side.
Transcript
Play full episode