ianI
Convex Community4y ago
5 replies
ian

Throttling Requests by Single-Flighting

I put together a blog post on best practices for throttling mutations for things like typing. @RJ I thought of your collaborative text editor. Hopefully this is helpful for anyone doing fast updates! https://blog.convex.dev/throttling-requests-by-single-flighting/
The Convex Blog
Building reactive applications can become an obsession. How much fast can I sync state? How can I keep my app feeling responsive? How can I avoid wasting resources? Let’s say you want a responsive UI and care about how fast your UI can update. A naive approach would just
Throttling Requests by Single-Flighting
Was this page helpful?