@gigmade/react-hooks
v0.4.0
Published
Collection of useful hooks
Downloads
10
Readme
useConsensus
: returns [disagree, disagreement]
where disagree
is a function to break consensus, and disagreement
is true if any consumer disagrees.
disagree
returns a function to cancel the own disagreement.
useEventCallback
: The one from the react docs