streamich/react-use

useDebounce and cancellation

Open

#401 aperta il 18 giu 2019

Vedi su GitHub
 (5 commenti) (6 reazioni) (0 assegnatari)TypeScript (3273 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (43.979 star)
Metriche merge PR
 (Merge medio 1743g 9h) (1 PR mergiata in 30 g)

Descrizione

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.

Guida contributor