If your app has a form that auto-saves as the user types, you'll need to debounce your input to avoid too many requests being sent to your API.
Let's look at a quick and easy way to debounce input in Vue 3 as our form data changes.