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.
#Has anyone experimented with React Native and Tanstack Start?
3 messages · Page 1 of 1 (latest)
No reason why not
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?