RendererHydrationScriptInstruction: {
    render: (() => string);
    rendererName: string;
    type: "renderer-hydration-script";
}

Render a renderer-specific hydration script before the first component of that framework

Type declaration

  • render: (() => string)
      • (): string
      • Returns string

  • rendererName: string
  • type: "renderer-hydration-script"