React Server Components (RSC) can be understood through the lens of LISP's quoting mechanism, where code can be treated as data. In LISP, quoting prevents code execution and returns the code itself as data. Similarly, RSC allows entire modules to be "quoted" - instead of executing on the server, they're serialized and sent to
Sort: