awesome-everything RU

React Server Components (RSC)

RU: React Server Components (RSC)

React Server Components: a React architecture where components marked without "use client" run exclusively on the server, are never bundled into the client JavaScript, and stream a serialized component tree (the RSC Payload) to the client. They can access server resources directly and reduce bundle size; the "use client" directive marks the boundary where a subtree becomes a client component.

shortcuts expand
search
K
prev piece
k
next piece
j
cycle tier
t
this menu
?