mediumReact#43

Custom useDebounce hook

Prompt

Write a custom useDebounce hook that delays updating a value until a specified delay (ms) has passed since the last change.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code