AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Rendering React Server Components in the Browser
render in react has always been meant an abstraction. It doesn't actually necessarily mean like painting pixels to the screen, right? There's two phases of Render: Reconciliation and Commit. So when you think of rendering react server components You're really doing the same thing as running all of the dynamic code. If you give it initial HTML and CSS rules right if you like seed it with that then it can show something useful faster.