Closed
Description
Am I understanding this correctly? If so, can I submit this as PR?
-- | `useAff` is used for asynchronous effects. This function uses `useEffect` which tracks
-- | the `key`. When the `key` changes, `useAff` will perform another asynchronous effect.
useAff ::
forall key a.
Eq key =>
key ->
Aff a ->
Hook (UseAff key a) (Result a)
Metadata
Metadata
Assignees
Labels
No labels