With Debounce you can easily and quickly add a method to wait for the user input to stop for a certain time before you take another action, like calling a API or storing data in the database.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)