Because of that it might seem like a good idea to write your component like this: // BAD EXAMPLE const onAmountChanged = debounce(changeAmount, 500); ...
確定! 回上一頁