Fast and consistently responsive apps using a single function call
-
Updated
Jan 13, 2025 - TypeScript
Fast and consistently responsive apps using a single function call
Race an array of promises against a promise that rejects if nothing happens in the specified time window, but that can be postponed by signaling activity
an "joke" online calculator, "Would I do something today that I could do tomorrow?" where user inputs parameters and online calculator gives a decision, whether it is necessary to do today, or if task can be delayed to tomorrow
This is a solution for postpone the requests depends on user action. Unpredictable user action may cause multiple calls. So wait for the right time to make a call.
To associate your repository with the postpone topic, visit your repo's landing page and select "manage topics."