Module Eliom_content.Html5.R

module R: sig .. end
Creation of HTML5 content from React signals. HTML5's trees are automatically updated whenever corresponding signals change.


Content creation

See , If you want to create an untyped form, you will have to use otherwise, use the form module. For more information, see "how to make forms"
val node : 'a Eliom_content.Html5.elt React.signal Eliom_pervasives.client_value ->
'a Eliom_content.Html5.elt
Function node s create an HTML5 elt from a signal s. The resulting HTML5 elt can then be used like anyother HTML5 elt
module Raw: Html5_sigs.T  with type Xml.uri = Xml.uri
            and type Xml.event_handler = Xml.event_handler
            and type Xml.attrib = Xml.attrib and type Xml.elt = Xml.elt
            and
              type 'a Xml.wrap =
                ('a React.signal) Eliom_pervasives.client_value 
            with module Svg := Svg.D.Raw  with type (+'a) elt = 'a elt
          and type 'a wrap = ('a React.signal) Eliom_pervasives.client_value
          and type 'a attrib = 'a attrib and type uri = uri
Cf.
include Eliom_content.Html5.R.Raw