convex-js icon indicating copy to clipboard operation
convex-js copied to clipboard

TypeScript/JavaScript client library for Convex

Results 68 convex-js issues
Sort by recently updated
recently updated
newest added

## Context Currently, [Lynx](https://lynxjs.org/) doesn't support **Convex** because its JavaScript Engine ([PrimJS](https://github.com/lynx-family/primjs)) doesn't support **BigInt** for tricky reasons as we can read here: - https://github.com/lynx-family/lynx/issues/941 - https://github.com/lynx-family/primjs/issues/37 ## Request So,...

just like in [trpc](https://github.com/trpc/trpc/issues/2612)

**Question before start**: Should convex client call `fetchAccessToken` with `forceRefreshToken: true` when this is a newly created token that has just been set? If not there is a wierd behaviour...

A script like ``` "dev": "concurrently -r npm:dev:web npm:dev:convex", ``` works well every time you run it... except the first time. Then the concurrently script interferes with the interactive startup...

Does convex support recurisve schema definition similar to zod? https://zod.dev/api?id=recursive-objects

# Description Currently, when creating local Convex deployments, there's no way to specify a custom deployment name via CLI arguments. This feature would allow developers to pass deployment names directly...

Thanks for Convex! Here's a small bit of DX friction you might want to know about for new customers: After creating a new project with `npm create convex` with the...