arrow_backBACK TO DRILLS
Black Beltserver-components
Promise transfer between server and client
“A Server Component starts fetching comments but does not await them. Instead, it passes the promise to a Client Component that reads it using use(commentsPromise). What React behavior enables this?”