react-delta icon indicating copy to clipboard operation
react-delta copied to clipboard

Add conditional versions of other hooks

Open malerba118 opened this issue 6 years ago • 0 comments

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)

malerba118 avatar Dec 17 '19 14:12 malerba118