Skip to content
effective-rsc
DocumentationIndex

Component

ERSC.Component.make({ render }) creates a non-route Effectful Server Component. Props are inferred from render; requirements must fit the ERSC service union. Use it only in the RSC graph.

Example