Hi community! There are multiple multi-platform frameworks to develop mobile apps nowadays, but personally, I think the main battle will be between these two.
What are your thoughts? Which one do you prefer and why?
Hi community! There are multiple multi-platform frameworks to develop mobile apps nowadays, but personally, I think the main battle will be between these two.
What are your thoughts? Which one do you prefer and why?
For further actions, you may consider blocking this person and/or reporting abuse
aelassas -
Amit Kumar -
Ben Halpern -
babar ali -
Top comments (8)
I've only used React Native a handful of times. And zero with Flutter but I have seen some videos on it.
But if you know React then React Native is a breeze!
I put my money on React Native because React is the hottest tool and that's going to drag React Native with it.
As per my views and understanding;
Flutter and React Native are two leading frameworks for mobile app building. Reason?
There are tons of reasons.
Flutter is a Software development kit(SDK) developed by Google. It helps developers to build iOS & Android applications using a single code base.
React Native is built by another tech giant Facebook to create mobile applications without compromising the look and feel of the apps.
Here I have explained the difference between the two deeply and clearly.
excellentwebworld.com/flutter-vs-r...
I have published few apps with react native and also took a course for flutter.
I like flutter because of packages and simple to construct UI for both ios and android.
The only difference I see is,
For simple apps with elegant platform UI, I bet on flutter (dart isn't that difficult)
If you are already familiar with React, react native is a good first choice. But upgrading and looking for well-maintained packages are painfully hard. The community and packages aren't as strong as the flutter in react native.
For example, there is no production ready up-to-date package for Google AdMob in react native. The only way for it is to add through firebase react native package and that package is also not up-to-date always.
If this is the case for AdMob, you think about other ad companies and their SDK.
It's my own opinion and I didn't develop any rocket science either. These are my apps in google store. It was developed using react native.
play.google.com/store/apps/develop...
I prefer RN because I'm faster with TypeScript. Dart is Ahead of Time compiled in Flutter. So, your best friend here is code gen. I look at some benchmarks and I didn't see a much difference that is important for our CRUD applications. I mean even something like Ionic meets our needs.
I've worked a little with Flutter and did nothing more than googling about React but I think Flutter probably has a nice future ahead, being developed by Google and all, it may very well become the standard for developing Android apps one day if it sticks with devs.
Hi there,
Both Flutter and React Native are great for cross--platform app development; but they have their strengths. Flutter, powered by Dart,, offers a more consistent UI experience because it compiles to native code and uses its own rendering engine. React Native, using JavaScript leverages native components,, which can make it feel more integrated with the platform. Personally,, I lean towards Flutter for its fast development cycles and rich, customizable UI: but React Native is awesome if you are already comfortable with JavaScript. It really depends on your project and background!!
Thanks
Hello Steve,
Whenever you have a moment, I'd like to ask you some questions about flutter and firebase.
flutters.in
Some comments may only be visible to logged-in visitors. Sign in to view all comments.