Nov 29, 2022 react Throttling Requests by Single-Flighting There are many ways to limit client requests: throttling, debouncing, and server side rate limiting are the most common. Can we do better?
Nov 28, 2022 Convex actions Ready for Actions Actions are Convex’s first foray into code that has side-effects or isn’t oriented around data access.
Nov 24, 2022 Launching Features Right on Time: Feature Gating Let’s talk about feature flags. Have you ever wanted to launch a new feature at an exact time, and not just when some deployment
Nov 22, 2022 releases Announcing Convex 0.5.0 We have three new updates in this release that expand the power of Convex’s platform: Actions, Environment Variables, and Dashboard Changes
Nov 17, 2022 Convex Serverless The serverless revolution deserves more than just a serverless database The serverless movement has eliminated many problems but has left application developers with the hardest one of all: managing distributed state.