Comment on Are you telling me a readonly property is wrecking my performance?parentComments−robertlagrant2moIndeed. It's the same principle[0] the other way too - start a timer from user typing for an autocomplete function and only refetch after the timer expires.[0] https://developer.mozilla.org/en-US/docs/Glossary/Debounce
Comments
Indeed. It's the same principle[0] the other way too - start a timer from user typing for an autocomplete function and only refetch after the timer expires.
[0] https://developer.mozilla.org/en-US/docs/Glossary/Debounce