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.
3 Replies
gradual-turquoise•8mo ago
No reason why not
adverse-sapphireOP•8mo 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•8mo ago
If you are bundling the react-native and the backend together, yes.