Flutter VS react-native

Compare Flutter vs react-native and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Flutter react-native
1,210 532
162,727 116,634
0.6% 0.8%
10.0 10.0
2 days ago 3 days ago
Dart C++
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Flutter

Posts with mentions or reviews of Flutter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-14.
  • Top 17 Fast-Growing Github Repo of 2024
    11 projects | dev.to | 14 Jun 2024
    Flutter
  • Launch of the Edudu App for iOS and Android
    2 projects | dev.to | 6 Jun 2024
    Dart/Flutter: I chose the Dart language and the Flutter framework because I already have experience with these technologies and was looking for a solution that would allow the creation of an app for both iOS and Android without needing to create two separate codes.
  • Build a Personal Target Tracking Application with Flutter Riverpod and Strapi GraphQL
    8 projects | dev.to | 29 May 2024
    Before starting the tutorial on developing a personal target tracking application with Flutter, Riverpod, Strapi, and GraphQL, ensure you meet the following requirements:
  • Issue Report: Dialogs Dismissed Prematurely with ensureSemantics
    2 projects | dev.to | 24 May 2024
    [✓] Flutter (Channel stable, 3.19.2, on macOS 14.2.1 23C71 darwin-arm64, locale en-US) • Flutter version 3.19.2 on channel stable at /Users/rona/Sites/Tools/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 7482962148 (3 months ago), 2024-02-27 16:51:22 -0500 • Engine revision 04817c99c9 • Dart version 3.3.0 • DevTools version 2.31.1
  • Gio UI – Cross-Platform GUI for Go
    15 projects | news.ycombinator.com | 18 May 2024
    The best option is probably Flutter right now: https://flutter.dev/

    If you don't mind writing the UI native, sharing only business logic code, Kotlin is an option: https://kotlinlang.org/docs/multiplatform.html#kotlin-multip...

    Kotlin also can do the UI if you use Compose: https://www.jetbrains.com/lp/compose-multiplatform/ ... however, iOS support is still in alpha, and Web is "experimental". If you're not willing to cope with that (expect to have to change your code as they develop the framework) then Flutter is the way as it's pretty stable already on all platforms.

    If you already know Typescript and React, you may also consider React Native: https://reactnative.dev/

  • Top 10 Impressive Flutter Projects to Skyrocket Your Developer CV
    1 project | dev.to | 17 May 2024
    In the competitive world of mobile app development, having a strong portfolio of Flutter projects is essential to stand out. Flutter, Google's UI toolkit, is renowned for its ability to create beautiful, cross-platform apps efficiently. Let's explore ten projects that can demonstrate your expertise and make your CV shine.
  • How to Deploy Dart Functions to AWS Lambda
    5 projects | dev.to | 8 May 2024
    Deploying Dart functions to AWS Lambda enables you to utilize them not only within AWS Lambda but also integrate them with services like Amazon API Gateway, allowing you to leverage them in Flutter applications as well. This unified codebase in Dart offers great convenience.
  • Show HN: Shorebird 1.0, Flutter Code Push
    8 projects | news.ycombinator.com | 8 Apr 2024
    [3]: https://github.com/flutter/flutter/tree/master/packages/flut...
  • 3D and 2D: Testing out my cross-platform graphics engine
    17 projects | news.ycombinator.com | 2 Apr 2024
    Thanks - that link does not appear to be open access, anyways I don't think I've seen it. I'm familiar with Flutter at a high-level (Kevin Moore gave a great talk on it at Wasm I/O), and I think other than requiring users to work in Dart, it is probably one of the most powerful ways to do cross-platform UI today.

    Worth noting that their original GPU backend was Skia, and now they are retooling around Flutter GPU (Impeller)[0], which is kind of designed similarly as an abstract rendering interface over platform-specific GPU APIs.

    [0]https://github.com/flutter/flutter/wiki/Flutter-GPU

  • Python dev considering Electron vs. Kivy for desktop app UI
    3 projects | news.ycombinator.com | 31 Mar 2024
    If you are considering Electron/React then I would suggest adding Flutter to your list of technologies to consider. It uses Dart (a language similar to C#) and has a lot going for it… relatively quick to get up to speed with, fantastic developer experience (e.g., hot reload, great IDE support, good development tools) and very strong cross-platform support: it generates native iOS, Android, MacOS, Windows and Linux executables. Check it out: https://flutter.dev/

react-native

Posts with mentions or reviews of react-native. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-24.
  • Why I chose Svelte over React?
    1 project | dev.to | 12 Jun 2024
    When taking about cross-platform flexibility, Svelte also has Svelte Native like the way React has React Native for mobile app development.
  • 2024 Complete Full-Stack Developers Roadmap
    1 project | dev.to | 4 Jun 2024
    1. React Native: Transition into Mobile Development with React Native, allowing you to reuse JavaScript knowledge. The official React Native documentation is a good starting point.
  • Implementing Consumable In-App Purchases in React Native for iOS Devices
    1 project | dev.to | 30 May 2024
    react-native
  • Introducing Rocketicons: The Perfect Companion for React and Tailwind CSS Developers
    4 projects | dev.to | 24 May 2024
    Enter React, React Native, and Expo. By unifying our development stack, we streamlined our workflow considerably. Yet, one crucial piece was missing: a comprehensive library for essential tasks like icons and components. As we delved further into our development journey, we realized there were more gaps to fill, including robust boilerplates and other essential necessities.
  • Gio UI – Cross-Platform GUI for Go
    15 projects | news.ycombinator.com | 18 May 2024
    The best option is probably Flutter right now: https://flutter.dev/

    If you don't mind writing the UI native, sharing only business logic code, Kotlin is an option: https://kotlinlang.org/docs/multiplatform.html#kotlin-multip...

    Kotlin also can do the UI if you use Compose: https://www.jetbrains.com/lp/compose-multiplatform/ ... however, iOS support is still in alpha, and Web is "experimental". If you're not willing to cope with that (expect to have to change your code as they develop the framework) then Flutter is the way as it's pretty stable already on all platforms.

    If you already know Typescript and React, you may also consider React Native: https://reactnative.dev/

  • React Native: An introduction
    2 projects | dev.to | 15 May 2024
    On my last post I talked about how I recently started learning react native to build an idea I've had for a mobile app, this time around I want to dive a little deeper into react native.
  • Punishing myself
    1 project | dev.to | 14 May 2024
    I know, real original 🙄, but I had to as this is my inaugural post on Dev.to! I've been toying with the idea of writing a blog for some time now, and figured since I'm starting a new project, this is the best time for it. I've been somewhat familiar with React.js for a while now and wanted to make the jump over to React Native to capitalize on an idea I've had for a few years. I'll be blogging about the progress on my app and figured this is the best spot for it.
  • Developing Proficiency in Multiple Programming Languages: Part 1 - My Story
    2 projects | dev.to | 29 Apr 2024
    There was always a tiny sparkle in me telling me that I want to develop mobile apps but I never pursued it. It always felt a bit complicated for me to learn development processes in a completely different industry. I did try developing mobile apps using React Native but it never felt right for me. Also, I already tried to write some Kotlin code and so far I like it, but the whole Android ecosystem is still pretty new to me and I feel there will be a lot to learn. Nevertheless, I will try to learn it in parallel with Elixir but Elixir will be my primary goal, and Kotlin / Android will go along depending on how much time I will have.
  • Apple privacy manifest for React Native
    1 project | dev.to | 22 Apr 2024
    This is a modified version of the file from the react native cli template
  • Understanding security in React Native applications
    9 projects | dev.to | 3 Apr 2024
    Recently, there has been a notable shift in mobile application development practices. Rather than creating separate applications for each native platform, many developers are opting for hybrid mobile frameworks like React Native.

What are some alternatives?

When comparing Flutter and react-native you can also consider the following projects:

Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

Quasar Framework - Quasar Framework - Build high-performance VueJS user interfaces in record time

flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.

capacitor - Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️

WPF - WPF is a .NET Core UI framework for building Windows desktop applications.

Electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

spine - Lightweight MVC library for building JavaScript applications

kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

Titanium - 🚀 Native iOS and Android Apps with JavaScript

Preact - ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured