glazier-react-1.0.0.0: ReactJS binding using Glazier.Command.

Safe HaskellNone
LanguageHaskell2010

Glazier.React.ReactDOM

Description

Contains commons utilities when defining your own widget

Synopsis

Documentation

renderDOM :: ReactElement -> JSRep -> IO () Source #

Using a React Element (first arg) give React rendering control over a DOM element (second arg). This should only be called for the topmost component.