#throttling

[ follow ]
Syntax
6 days ago
JavaScript

Promise Flow Control, Concurrency, Libraries, TypeScript and Deferreds - Part 3 - Syntax #774

Discussion on advanced promise concepts like with resolvers, fetch promises, flow control, concurrency, throttling, TypeScript typing, and more. [ more ]
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 ]