T
TanStack9mo ago
extended-salmon

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
vicious-gold9mo ago
not right now can you explain some more please what your use case is?
extended-salmon
extended-salmonOP9mo 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

Did you find this page helpful?