@gigmade/react-hooks
v0.4.2
Published
Collection of useful hooks
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
