HoXsan
How to combine trpc with legend state?
Hi all, I have configured a project using T3-turbo. Saw this awesome state management library: https://legendapp.com/open-source/state/v3/intro/introduction
And wanted to hear if anyone configured their project with it?
I am completely new to trpc, trying to figure out how it works.
It has plugin for Tanstack Query also. But not sure how I can configure it to fetch data directly from legendstate observors.
2 replies
Authentication with Expo application
Hi guys,
I wan't to convert my current application stack to T3 stack.
Current stack is:
- NestJS
- NextJS
- Expo/React-Native
I have custom authentication on Nestjs using Jwt and etc.
Should I just keep using custom authentication or should I switch over to Next-Auth or other services? (personal suggestion)
My real question here is, can I use Next-Auth from Expo with t3 stack?
3 replies
is Nextjs enough as backend?
Hi guys,
I'm new to tRPC and would like to rewrite my current project to use single monorepo instead.
It has: Nestjs (API), Nextjs (Frontend), React-Native/Expo (Mobile).
I've been looking into some examples using those stacks to do minimal restruction, but none of them are using external backend, only Nextjs.
This might not be tRPC related, but looks like it's something like "tRPC practice" 🙂
Is Nextjs really enough as backend?
9 replies