React Server Components are a type of component that render ahead of time (before bundling) in a separate environment from the client app or SSR server.
Essentially server components are used to do all of the logic and computation in the backend and after that’s done the component itself isn’t returned to the frontend but the data can be sent to a frontend component