Module

Oak.VirtualDom

Package
purescript-oak
Repository
ehrenmurdick/purescript-oak

#render Source

render :: forall r msg h e. (msg -> Eff (st :: ST h | e) r) -> Html msg -> Eff (st :: ST h | e) Tree

#concatAttr Source

concatAttr :: forall eff msg. (msg -> eff) -> Attribute msg -> NativeAttrs -> NativeAttrs

#combineAttrs Source

combineAttrs :: forall eff msg. Array (Attribute msg) -> (msg -> eff) -> NativeAttrs

#patch Source

patch :: forall e. Tree -> Tree -> Maybe Node -> Eff (dom :: DOM | e) Node