RadiantFrog
CCConvex Community
•Created by RadiantFrog on 4/6/2025 in #support-community
Local-first sync with Convex
Hello, I've read a bit about syncing mechanisms, but it seems there is no way to easily do this with Convex at this point in time?
5 replies
CCConvex Community
•Created by RadiantFrog on 4/4/2025 in #support-community
Tanstack: How to call a Convex mutation from createServerFn?
I'm lost on how I can use Convex from the serverFn in Tanstack. Here is my attempt
Here is my mutation
if there is any example boilerplate on how to call convex from the createServerFn handler that would be amazing. So I basically want to have some validations on the server side (does the user have enough credits)
I can see there is:
but that requires met to set which I cannot do in a Vite project.
4 replies