What's the major difference between 'create-t3-app' and 'create-t3-turbo'?
I'm trying to create web-app first and if successful, launch an app. Which one should I go for?
4 Replies
If you have some experience, I'd go with turbo and then you'll find it very easy to begin integrating the expo app when / if the time comes. If you are new-ish to webdev though, turbo could have some additional stuff that might be a bit much when getting started, so your mileage may vary.
I have a bit of web dev exp. but not so much so I'll probably stick to t3-app for now. But if I want to later build-up (ex. create actual android/iOS app), do I need to re-build it with turbo from bottom-up?
Nope, there will def be a migration process but I'd say 95% of stuff will just be drop in and ready role. The only things that you'll have to do is putting your TRPC route inside the package turbo provides so that they shareable between the Website and Expo app.
Woo! Thank you so much!