Back

Flutter app development: is it better than React Native?

Reading time: 5 minutes

Flutter app development. Or React Native?
Table of contents

React Native is still my personal favorite. Fortunately, app development is not the same as romantic relationships. I won’t be blamed for looking around and exploring other options.  

Two years ago, Google’s team released a framework named Flutter — I decided to carefully study it. As a standalone SDK and in comparison with React Native. Before you start searching for an MVP development company, I’d love to share all the conclusions I came up with.

Who might find this article helpful:

  1. Developers who want to master their cross-platform app development skills.
  2. Product managers who look for an appropriate technology to build an app for both iOS and Android.

Let me get straight to the point.

What’s interesting about Flutter development

The week of digging deep into Flutter allowed me to gather a few interesting facts about this framework.

Here’s what I’ve discovered so far:

  • Flutter is as simple as web technologies. Everything is written in Dart, which looks like a mix of JavaScript and Java. For web and native devs, it means a much lower barrier to entry.
  • Dart is easy to get for devs that have experience with OOP languages. Though, unlike Java, it has high-level functions.
  • Dart is a concurrent language (unlike JavaScript). It means that the devs aren’t limited by JS AFAIK and can work with several tasks and futures simultainously, what provides a healthy environment for the decent react programming.
  • True Hot Reload. This is definitely Flutter’s killer feature that makes it way easier to make adjustments and try new things: add or remove features, correct mistakes on the fly.

Flutter app development: hot reload feature

Simulator or an actual device, Hot Reload allows to quickly update both –  Source

  • The approach of working with states reminds the React concept. Widgets (or components in web) changes when the app state changes.  The devs can even use Redux (Alibaba’s fish redux as an example) and implement a unidirenctional data flow — it will allow to manage application state just like in React Native.
  • Similar to React Native, the interface is split into separate modules. Components are called widgets, so the interface looks like the widget nested hierarchy.
  • Has a system of ready-to-use plugins and libraries available on pub. You just open the  Dart package manager and pick ‘Flutter’ in the search bar.

FLutter app development vs React Native 2600 repositories — not bad for such a young technology

  • Works with http-requests and websockets. Supports GraphQL and all popular libraries.
  • The most important libraries are already released. New ones keep appearing. There’s no feeling like ‘People don’t care about the future of Flutter’.

Flutter development or React Native

Which one is better? To find an ultimate winner, I decided to take Flutter and React Native for a spin. Let me start with React Native as it’s time-proved.

So, here are the biggest React Native benefits:

  • A very simple technology. For any JavaScript dev, React Native is the easiest way to start developing cross-platform mobile apps.
  • Huge community. React Native has gained tons of libraries and ready-to-use solutions over the past 4 years. Almost any issue might be solved by quick googling.

Flutter App Development: things you should knowReact Native feels better than okay. Stars, forks and resolved issues  prove that 

  • Possibility to wrap native code into JS. If the dev knows native languages, he can write some piece of the app on the native level and then wrap that up into a React Native component shareable between both IOS and Android platforms.

Enough about React Native. Why opt for Flutter development?

  • Fast as native solutions. There’s no JS-bridge in the middle — Dart compiles directly to native code. It means that the speed of operations is comparable to Objective-C, Swift, Java, or Kotlin.
  • An excellent virtual machine. With Flutter app development, you won’t have to worry about libraries’ linking (one of the biggest pain points in React Native), compatibility issues (on the native level), because the entire code will be executed by the Dart VM.
  • Supports multithreading. Unlike JS, Flutter enables you to accomplish several tasks simultaneously.
  • Doesn’t rely on native system components. It’s Skia-based. To draw every single pixel, Flutter uses Google’s Skia. There’s no need to create two interface versions — one for iOS and another for Android. Skia ensures UI predictability for both app versions.
  • 120 fps performance. In terms of performance, Flutter app development is ahead of not only RN, but also native languages. It’s all because the Skia engine, which paired with animation framework allows to speed up the dynamics and motions.

A few drawbacks of Flutter app development that I noticed:

  • Weak community. Unlike JS, Flutter is still very young. (But it might change one day).
  • Provides fewer UI libraries. Therefore, the devs have to write many basic tasks (like components and services) from scratch. As for React Native, a huge amount of libraries allows to implement almost everything within a shorter time.
  • Hard  to integrate into existing projects. To work with legacy codebase you’ll have to rewrite everything from scratch in Dart, when React Native allows you to add new functionality to already existing native app.
  • More not ‘under the hood’ code. Proprietary graphic engine boosts the performance, but at the same time requires writing much code for nice features.

So, who’s the winner?

For cross-platform apps, React Native is like a reliable warrior. He went through fire and water. Proved his greatness by winning fights. With such a warrior, everything is transparent (no surprises at all). And this is so good!

Flutter app development or React Native: a comparison tableReact Native is a reliable warrior, while Flutter development hopped on the hype train

Which one to pick? One would rather not experiment and opt for a well-established framework. Another would love the idea of getting started with a hyped technology. It’s entirely up to you — it is not possible to give any better conclusion.

To make the decision-making a little less stressful, consider answering these questions.

  1. Is the codebase ready for scaling? In case the project is written on native languages and you don’t want to rewrite code on Dart from scratch, opt for React Native
  2. Is it easily supported? If you ever used Dart and Native languages and right now you’re open to new experiences, you can easily support legacy code with Flutter.  ….For JavaScript gurus and absolute beginners, I highly recommend using React Native.
  3. Need outstanding animations? There are a couple of solutions for animations in React Native (e.g. Lottie by Airbnb), but Flutter app development is far more ahead in that matter.
  4. Is the deadline close? (always close). The more libraries and ready-to-use solutions a technology has, the faster and easier the implementation process will be. If your main priority is ‘Quickly deliver an MVP to market’, React Native will be the best option ever.

What will the future of Flutter and React native be like? The market will dot every ‘i’ and cross every ‘t’.

How useful was this post?

Rate this article!

11 ratings, аverage 4.5 out of 5.

No votes so far! Be the first to rate this post.

As you found this post useful...

Follow us on social media!

Share