react-haskell-1.2.0.0: Haskell React bindings

Safe HaskellNone
LanguageHaskell2010

React.Class

Documentation

createClass :: (PageState ty -> React ty ()) -> (PageState ty -> Signal ty -> (PageState ty, [AnimConfig ty])) -> PageState ty -> AnimationState ty -> [Signal ty] -> IO (ReactClass ty)