convex-js
convex-js copied to clipboard
TypeScript/JavaScript client library for Convex
Convex is TS-first for quite a while, but these paths slipped through. ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...
This fixes a bug in the new no-login (anonymous) flow, where there's no initial codegen, so tsconfig.json (and README) were missing. ---- By submitting this pull request, I confirm that...
master
---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Hi Convex Team, Today I updated from 1.20.0 -> 1.23.0 for the npm package. When I then went to update my backend and push changes to dev running the npx...
[Discussed in Discord here.](https://discord.com/channels/1019350475847499849/1320044694138519582/1320044694138519582) > I'm working on an open source repo that requires contributors to initialize Convex on their local machines. I've noticed a few contributors push code that...
 this is super annoying
Logs from Claude Desktop ``` 2025-03-08T11:55:48.290Z [convex] [info] Initializing server... 2025-03-08T11:55:48.300Z [convex] [info] Server started and connected successfully 2025-03-08T11:55:48.300Z [convex] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0} sh: convex: command not found...
It seems convex is currently reactive even in inactive browser tabs, leading to unnecessary function calls. This is a real problem, as users nowadays tend to open multiple tabs (even...
Why cant v.union be used as validators, it is very inconvenient to wrap them with an object just so it published