Question 6 of 10Pro Only
How do React Server Components improve performance compared to traditional client components?
Sample answer preview
React Server Components are components that run only on the server. They render to a serialised description of the UI that is streamed to the client, and crucially their code is never included in the JavaScript bundle.
server componentsuse clientbundle sizestreamingSuspenseserialisable props