Module

Thermite.DOM

Package
purescript-thermite-dom
Repository
athanclark/purescript-thermite-dom

#defaultMain Source

defaultMain :: forall action given props state. 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
Thermite.DOM