Module

React.Signal.WhileMounted

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

#whileMounted Source

whileMounted :: forall a rw eff render state props. Signal (read :: READ | rw) (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 rw eff render state props. IxSignal (read :: READ | rw) (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)

#whileMountedIxDiff Source

whileMountedIxDiff :: forall a rw eff render state props. Eq a => IxSignal (read :: READ | rw) (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 rw eff render state props. IxSignal (read :: READ | rw) (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)

#whileMountedIxDiffUUID Source

whileMountedIxDiffUUID :: forall a rw eff render state props. Eq a => IxSignal (read :: READ | rw) (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)