DiamondDragon
DiamondDragon
CCConvex Community
Created by DiamondDragon on 12/11/2024 in #support-community
Returning data from Tanstack Query useMutation wrapper
No description
3 replies
CCConvex Community
Created by DiamondDragon on 12/1/2024 in #support-community
Handling Upserts with Optional System Fields
oh didn't know about WithOptionalSystemFields, good shout out. thanks.
3 replies
CCConvex Community
Created by DiamondDragon on 11/26/2024 in #support-community
HTTP Path Suffix Not Working?
Curious if it’s possible to use the hono rpc client with honoconvex as well
7 replies
CCConvex Community
Created by DiamondDragon on 11/26/2024 in #support-community
HTTP Path Suffix Not Working?
Ahhhh dang. And that’s why sleep is important lol . Totally missed the property key. Thanks @lee as well. Good to know about hono integration
7 replies
CCConvex Community
Created by DiamondDragon on 11/26/2024 in #support-community
HTTP Path Suffix Not Working?
No description
7 replies
CCConvex Community
Created by mikeysee on 9/29/2023 in #support-community
Convex and State Machines
AI agent/workflow uses cases are interesting as well. Langgraph is the big dog for ai workflows, but mastra appears to be an alternative and they use xstate it seems for workflows
15 replies
CCConvex Community
Created by mikeysee on 9/29/2023 in #support-community
Convex and State Machines
Hi @jamwt I have been reading more about xstate and trying to get more familiar with it so i can start using it more. it seems like XState and Convex together on the backend would be really powerful, but i'm not big brained enough to really understand the "when should i reach for this?" or "this is how i should think about the best practices?" kind of questions. I think where I'm at is understanding that XState is really powerful for complex client side apps (like dashboards) and separately can be used server side. But when thinking about which state remains on client or backend alongside XState is where I am not sure. I am new to learning convex and playing around with it, and my current mental framing of Convex is that it's really powerful to lean into Convex's backend as a single source of truth , so that's where I am wondering "Should i try working with XState on the backend with convex and just manage the complexity for clients on the backend?" Not sure if my comments make sense
15 replies
CCConvex Community
Created by DiamondDragon on 10/16/2024 in #support-community
Unable to get Tanstack Trellaux Start working
Yeah I was doing this late last night and recall this didn’t error out when starting everything up with bun. And the trelleux example did seem to load up with the dummy records on a Quick Look. But won’t be able to jump back into it again until this evening to continue checking. Not sure if there’s a parallel command natively with bun
7 replies
CCConvex Community
Created by DiamondDragon on 10/16/2024 in #support-community
Unable to get Tanstack Trellaux Start working
Ok seems changing my script to "dev": "bunx convex dev --once && bun --bun dev:web && bun --bun dev:db", works
7 replies