If I make a cross platform website/app with nextJS + react native, how does the backend work?
i havent used nextJS before so its a gray area for me , will my react-native app share the same backend of my nextJS website or will i have seperate backend that both can share?
9 Replies
Check this repo
GitHub
GitHub - t3-oss/create-t3-turbo: Clean and simple starter repo usin...
Clean and simple starter repo using the T3 Stack along with Expo React Native - GitHub - t3-oss/create-t3-turbo: Clean and simple starter repo using the T3 Stack along with Expo React Native
im retarded where is the server
nextjs / e2e typesafe api server
nextjs is both back and frontend
so tRPC is on the backend
will the expo app share the nextJS backend
@Gravy
yeah
will there only be 1 backend in that
nice
ok
i get it now
nextjs is a fullstack