What are React Server Components?
Server Components and React 19
Audio flashcard · 0:12Nortren·
What are React Server Components?
0:12
React Server Components are components that render on the server and send a serialized description to the client, without shipping their JavaScript. They can access backend resources directly and reduce the JavaScript bundle size.