QuietRocket
QuietRocket
CCConvex Community
Created by QuietRocket on 4/29/2025 in #support-community
Community Library for Nordcraft (ex-Toddle)
Here's the instructions Gemini gave me for the implementation based on the code for the react implementation. If you agree with it I can just follow that. Note how it doesn't mention mutxes.
12 replies
CCConvex Community
Created by QuietRocket on 4/29/2025 in #support-community
Community Library for Nordcraft (ex-Toddle)
Hi @jamwt ! I wanted to update stating that the integration for Convex in Nordcraft was very easy. I just made a provider with a ConvexClient instance, then implemented convenient wrappers around query, mutation and action. In order to have a complete package user experience, I need to implement auth. I find Convex Auth to be a great DX despite being in beta, and it will probably fit 90% of use cases for Nordcraft. In this case, it seems like a lot of heavy lifting is done inside the next and react packages themselves rather than a separate Convex core package. In order to implement Convex Auth, what is the span for a minimal implementation assuming I follow the react one? I'd like to keep it simple and maintainable, so wondering what you think about cutting corners like only supporting local storage. And I'm not quite sure if I need to implement the mutexes etc. Thanks for your guidance 🙏
12 replies
CCConvex Community
Created by QuietRocket on 4/29/2025 in #support-community
Community Library for Nordcraft (ex-Toddle)
Thanks for your response Jamie! I noticed that the svelte library uses ConvexClient instead of BaseConvexClient. It seems like ConvexClient is higher level compared to BaseConvexClient. Would you still recommend using the base variant?
12 replies