Module

React.Signal.WhileMounted

Package
purescript-react-queue
Repository
athanclark/purescript-react-queue

#whileMounted Source

whileMounted :: forall a eff render state props. Signal (ref :: REF | eff) a -> (ReactThis props state -> a -> Eff (ref :: REF | eff) Unit) -> ReactSpec props state render (ref :: REF | eff) -> ReactSpec props state render (ref :: REF | eff)

#whileMountedIx Source

whileMountedIx :: forall a eff render state props. IxSignal (ref :: REF | eff) a -> String -> (ReactThis props state -> a -> Eff (ref :: REF | eff) Unit) -> ReactSpec props state render (ref :: REF | eff) -> ReactSpec props state render (ref :: REF | eff)

#whileMountedIxUUID Source

whileMountedIxUUID :: forall a eff render state props. IxSignal (exception :: EXCEPTION, ref :: REF, uuid :: GENUUID | eff) a -> (ReactThis props state -> a -> Eff (exception :: EXCEPTION, ref :: REF, uuid :: GENUUID | eff) Unit) -> ReactSpec props state render (exception :: EXCEPTION, ref :: REF, uuid :: GENUUID | eff) -> ReactSpec props state render (exception :: EXCEPTION, ref :: REF, uuid :: GENUUID | eff)