How to Optimize web app with Debounce and Throttle
Reading Time: 7 minutes In optimizing a product’s performance, engineers end up designing a process that does the most with the least. This either by finding a way to minimize an application’s tasks to give the same output or the reduce the cost of performing a task. In client-facing applications, whenever a user performs an activity on the application (like typing, clicking, resizing the window, etc), it probably emits Continue Reading