jedahu
CCConvex Community
•Created by jedahu on 9/23/2024 in #general
My app needs client generated ids. To
Presumably for operations on single records (like delete) it will be better to use the convex
_id
where possible?5 replies
CCConvex Community
•Created by jedahu on 9/23/2024 in #general
My app needs client generated ids. To
Hard to say. Early days on the app and usage patterns haven't been established.
5 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
Hi RJ. I use your schema conversion code at build time to generate my convex
schema.ts
file.42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
If/when I publish something I will!
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
Sounds encouraging!
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
Trying to achieve something similar to Effect Rpc but with Convex
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
Effect
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
Thanks for your time.
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
Already doing that!
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
It's not a big deal. Just good to know if it's possible or not before spending more time on the idea.
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
Currently I have something akin to:
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
Yeah, give me a minute...
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
I'd like to wrap
useQuery
to take an endpoint definition, and wrap query
on the server to take one. I can do this, just with an extra step of manually naming the function on the client.42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
I'm using an external schema library.
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
Currently I can define an endpoint in terms of arg and return schemas but then have to manually pair each definition with convex function ids.
42 replies
CCConvex Community
•Created by jedahu on 9/16/2024 in #general
register query function dynamically
Looking to define something like
Endpoint("id", argSchema, returnSchema)
in shared code42 replies