t
tRPC
t
tRPC
Monorepo help
Original message was deleted
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
A
Ahmed Elsakaan
•
4/3/23, 8:59 PM
the best way to set this up is to have your expo applications and nextjs app in the apps folder
A
Ahmed Elsakaan
•
4/3/23, 8:59 PM
and the expo apps would call the api from the nextjs app
A
Ahmed Elsakaan
•
4/3/23, 9:00 PM
you can setup the tRPC api as its own package
A
Ahmed Elsakaan
•
4/3/23, 9:00 PM
so you can share the router type to the expo apps
A
Ahmed Elsakaan
•
4/3/23, 9:00 PM
https://github.com/t3-oss/create-t3-turbo
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
A
Ahmed Elsakaan
•
4/3/23, 9:00 PM
check this out
A
Ahmed Elsakaan
•
4/4/23, 2:08 AM
yes but you
’ll need to change the package name so that you don
’t have two expo apps with the same name