2 Replies
I wrote up a post on using a technique called "single-flighting" here: https://stack.convex.dev/throttling-requests-by-single-flighting
Throttling Requests by Single-Flighting
For write-heavy applications, use single flighting to dynamically throttle requests. See how we implement this with React hooks for Convex.
debouncing is useful
so useful