ReactServerDOMSourceval render_html :
?skipRoot:bool ->
?env:[ `Dev | `Prod ] ->
?debug:bool ->
?bootstrapScriptContent:string ->
?bootstrapScripts:string list ->
?bootstrapModules:string list ->
React.element ->
(string * ((string -> unit Lwt.t) -> unit Lwt.t)) Lwt.tval render_model :
?env:[ `Dev | `Prod ] ->
?debug:bool ->
?subscribe:(string -> unit Lwt.t) ->
React.element ->
unit Lwt.tval create_action_response :
?env:[ `Dev | `Prod ] ->
?debug:bool ->
?subscribe:(string -> unit Lwt.t) ->
React.model_value Lwt.t ->
unit Lwt.ttype server_function = | FormData of Yojson.Basic.t array -> Js.FormData.t -> React.model_value Lwt.t| Body of Yojson.Basic.t array -> React.model_value Lwt.t