#debouncing

[ follow ]
Medium
4 months ago
JavaScript

React & Javascript Optimization Techniques

Debouncing, throttling, memoization, pure components, lazy loading, virtualization, error boundaries, and inline functions are common techniques for optimizing code.
Debouncing is a technique used to limit the execution of functions that consume a lot of time, improving application performance. [ more ]
[ Load more ]