streamich/react-use

useDebounce and cancellation

オープン

#401 opened on 2019/06/18

 (5 件のコメント) (6 件のリアクション) (0 人の担当者)TypeScript (3,273 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (43,979 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Similar to how debounce does it, the hook should return callbacks to clear and flush. This is important for scenarios, where some other action has immediate priority and debounce, should be silenced in that case. The typical is having debounced submit of form input but be able to just hit Enter to speed up the action.

Personally, I haven't used flush operation anywhere yet and cannot imagine some practical use case for it.

コントリビューターガイド