Module

ReactHocs.IsMounted

Package
purescript-react-hocs
Repository
coot/purescript-react-hocs

#writeIsMounted Source

writeIsMounted :: forall e state props. ReactThis props state -> Boolean -> Eff e Unit

#readIsMounted Source

readIsMounted :: forall e state props. ReactThis props state -> Eff e Boolean

#isMounted Source

isMounted :: forall eff state props. ReactSpec props state eff -> ReactSpec props state eff