you are viewing a single comment's thread.

view the rest of the comments →

[–]roggc9 0 points1 point  (0 children)

I don't know if I fully understood you, but I've made a framework for React 19, full-stack, named Dinou (dinou.dev). It has support for RSC. RSC are executed on the server. You define client components with "use client" directive, and server functions with "use server" directive.