react-delta
react-delta copied to clipboard
Add conditional versions of other hooks
Though I believe 90% of the use-cases will leverage useConditionalEffect, there are other hooks that ship with react which should have equivalent representations.
useConditionalLayoutEffect(effect, shouldExecute) useConditionalMemo(computation, shouldExecute) useConditionalCallback(callback, shouldUpdate) useConditionalRef(value, shouldUpdate)