HoXsan
HoXsan
Explore posts from servers
RRefine
Created by continuing-cyan on 5/12/2024 in #ask-any-question
Usage with messy backend
Hi guys, How would I use Refine with a bit more messy backend? Its written in Nestjs, but the endpoints are a bit messy. Does not follow the expected methods.
5 replies
TtRPC
Created by HoXsan on 9/15/2023 in #❓-help
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
TtRPC
Created by HoXsan on 9/13/2023 in #❓-help
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