Hacker News new | ask | show | jobs
by pdevr 1987 days ago
Thanks for the RFC link.

I guess you can have components and hooks to share stuff between server and client?

1 comments

If a component conforms both to the rules for server components (no interactivity) and to the rules for client components (no direct access to backend resources), then it can be used both as a server component and as a client component. This is useful for many purposes. But it is not true of server components in general.