glazier-react-0.3.0.2: ReactJS binding using Glazier and Pipes.Fluid

Safe HaskellNone
LanguageHaskell2010

Glazier.React.ReactDOM

Description

Contains commons utilities when defining your own widget

Synopsis

Documentation

render :: JSVal -> JSVal -> 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.