Server Components (RSC) render on the server and send a serialized result to the browser. They ship zero JavaScript for themselves — only the data/markup, not their code.
The two kinds
jsx
() {
product = db..(id);
;
}
;
() {
[qty, setQty] = ();
;
}
