Reason I like RSC is because it removes the boundary between server and client. You get server components that run sql and pass results into client components as props. And you get client components importing server functions that mutate your db. server/client gap is reduced to an import statement
Comments