effect-io-ai

Package: @effect/atom-react
Module: ReactHydration

ReactHydration.HydrationBoundaryProps

Props for a boundary that applies dehydrated Atom values to the nearest RegistryContext while rendering its children.

Signature

export interface HydrationBoundaryProps {
  state?: Iterable<Hydration.DehydratedAtom>
  children?: React.ReactNode
}

Source

Since v4.0.0