Debounce and Throttle are two such optimization techniques we use on ... useCallback(throttle(getData, 2000), []) const handleOnScroll = (e) ...
確定! 回上一頁