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
Neto
Neto12mo ago
Check this repo
Neto
Neto12mo ago
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
test_1
test_112mo ago
im retarded where is the server
Neto
Neto12mo ago
nextjs / e2e typesafe api server
Gravy
Gravy12mo ago
nextjs is both back and frontend so tRPC is on the backend
test_1
test_112mo ago
will the expo app share the nextJS backend @Gravy
Neto
Neto12mo ago
yeah
test_1
test_112mo ago
will there only be 1 backend in that nice ok i get it now
Neto
Neto12mo ago
nextjs is a fullstack