T
TanStack8mo ago
adverse-sapphire

Has anyone experimented with React Native and Tanstack Start?

I know i can use tanstack router for web, expo for mobile, and a seperate backend but i saw this: https://x.com/tannerlinsley/status/1870697203699966283 and thought maybe tanstack start could be a better option.
Tanner Linsley (@tannerlinsley) on X
WAT HAZ I DUN @TAN_STACK START
From An unknown user
X
3 Replies
gradual-turquoise
gradual-turquoise8mo ago
No reason why not
adverse-sapphire
adverse-sapphireOP8mo ago
Quick question, to make a call to a start backend from a react native app, it would be via api routes not from a server function. Would i need to copy all my server function currently being consumed by the start web app, for example fetchPosts, into an api route so they can be consumed by the react native app? In the future, however it can be done via what is shown in the image above?
unwilling-turquoise
unwilling-turquoise8mo ago
If you are bundling the react-native and the backend together, yes.

Did you find this page helpful?