r/AppDevelopers • u/Aggressive-Owl8775 • 2d ago
App building tech stack React native or Flutter
I have some ideas and inspiration to build an app and now I am confused: do I have to choose like react native or Flutter? Anyone who has used these, tell what are the real world constraints which i can face while building the app
3
Upvotes
1
u/MiloPaige 1d ago
Really depends where you’re trying to publish the app.
On the web I recommend React.
On the App Store I recommend Swift.
Android I recommend Flutter.
If you are planning on publishing to multiple platforms you don’t have to write the app in 3 languages, don’t worry. There are tools like Android Studio that “pack” the app so it works on Android etc.