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 Jordan on 12/7/2024 in #general
Hello hello. Shout out to the convex
React hook form is separate from tanstack, unless you’re talking about the new tanstack form lib?
12 replies
CCConvex Community
Created by DogPawHat on 11/29/2024 in #show-and-tell
Tanstack Start/Convex 1app6stacks - Now with Turbo and video!
i can confirm it does - sry took awhile
7 replies
CCConvex Community
Created by deen on 12/3/2024 in #general
Not a slug
@deen what about a shortId field with a prefix and nano id. That’s what Airtable does like “recHd7whfo79” for the record entity. I’m assuming in convex if we wanted these additional system fields+ then we have to manually add them in on mutations, for shortIDs and updatedAt fields? In other words there’s not a way to set additional system fields that automatically are handled?
31 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 DogPawHat on 11/29/2024 in #show-and-tell
Tanstack Start/Convex 1app6stacks - Now with Turbo and video!
Haha no problem of course. Thought I would just mention 😊. I will check later if I don’t forget. I’m about to go see gladiator
7 replies
CCConvex Community
Created by DogPawHat on 11/29/2024 in #show-and-tell
Tanstack Start/Convex 1app6stacks - Now with Turbo and video!
Not working on mobile for me it appears
7 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 #general
One of the use cases I’m considering for
hey good ot hear about the search. would this help get around the concern of one user making many queries to access data ala google maps? Not super experienced with geospatial so excuse me here. also no need for beta access, thanks for the offer. just exploring for now
5 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