createServerFn in monorepo?
is it possible to call a function created from createServerFn in a react native app or non tanstack start app? this is one of the best usecases for trpc.
2 Replies
vicious-gold•9mo ago
not right now
can you explain some more please what your use case is?
extended-salmonOP•9mo ago
riight now with trpc, i have a set of functions i can call in my nextjs app, and in my react native app, i can call the same functions with full type safety and react query integration