Module

Thermite.DOM

#defaultMain

defaultMain :: forall state props given action. ReactPropFields props given => Spec (Record state) (WithChildren props) action -> (WithChildren props -> Record state) -> String -> Record given -> Effect Unit

A default implementation of main which renders a component to the document body.

Modules