React Native vs Flutter - Which should you use?

Поделиться
HTML-код
  • Опубликовано: 20 ноя 2024

Комментарии •

  • @galaxies_dev
    @galaxies_dev  4 месяца назад +7

    Join Galaxies.dev today - the Home of the Best React Native content 🔥

  • @TheInfamousAlpha
    @TheInfamousAlpha 3 месяца назад +49

    I have 5+ years of react exp. And i much prefer flutter/dart over React. The ecosystem is just alot better. Its enjoyable and quick. It literally took me 2/3 days to learn and get productive with.

    • @andyngdz
      @andyngdz 2 месяца назад +5

      Remember the days when I randomly got errors when building RN apps after leaving it there for 1 month 😕

  • @abdullahali4117
    @abdullahali4117 4 месяца назад +105

    As a software engineer start working as flutter developer for two years, and now work as react native developer for about one year, I can say that react native is very stupid thing and very complex.

    • @SirEdges_Adejo
      @SirEdges_Adejo 3 месяца назад +1

      😂😂😂

    • @myeljoud
      @myeljoud 3 месяца назад +13

      Maybe you’re just not good enough, I work with react native and I don’t any complexities for most use cases

    • @abdullahali4117
      @abdullahali4117 3 месяца назад

      @myeljoud
      Will as I tell you I have worked with React Native for 10 months now, and I made a new app using Expo and working on already made app. After this experience and what I see, I can tell what the differences are.
      First , for web developers, these will not be a thing because most of these things I say are stupid about it , it's just a concepts that related to web development .So for web developers, React Native is understandable for them. For me, I didn't use these concepts when I was working on Flutter before.
      Second , Flutter is getting made to make mobile app development easier. I have one platform that builds all libraries I need and more. And each libraries have been rated using pub dev rating system.
      Third, in flutter everything are clear from start the app development tell lounch to the stores, but in react native are not and need more search for this thing. If you start uing react native everything tell you to use expo, but after a whilr I discovered that for lounch the app after expo is not really that clear, there are lounching with expo build or go to prebuild methodes, I test prebuild methods and the pain statrt the app is not work properly and the apk for android has nothing to show, It's need a lot of work to make it work even After I already developed it. If I go with expo all the way it's weird also, there no good support for RTL and LTR so something like working with languages that work on arabic thats really painful. Even the thing that a lot of services need expo build account and may be pay for them for some services, even something like push notifications I need to have expo account to test them , but even after testing I need an extra work if I want push notifications to work later on app after I launch it.

    • @gvsakhil143
      @gvsakhil143 3 месяца назад +1

      That’s true @abdullahalli

    • @shraj340
      @shraj340 3 месяца назад +8

      Maybe he had 0 JavaScript knowledge at the start 😅

  • @okechukwuomeh2187
    @okechukwuomeh2187 4 месяца назад +22

    They are all good. I think it is skill that makes a difference

  • @hamxahusain
    @hamxahusain 4 месяца назад +25

    You truly reveal the reality of React Native, the parts that many RUclipsrs either don't show or perhaps don't know. Thank you, Simon. From the moment I watched your first video, I couldn't stop; I watched all your shorts and videos. Whether sponsored or not, you spread genuine knowledge incredibly fast and effectively.
    As you mentioned Code Push in this video, I realized I've seen many videos on it but never grasped the real logic or usage behind it. Please, create a short video on Code Push. Your tutorials are the most efficient, fast, and reliable, with transitions and animations that are simply amazing.
    If you have any free time, please consider making a Code Push video. It's a common challenge for many, myself included. Thank you so much, Simon Grimm, for helping me and countless others learn. May you continue to achieve endless success. God bless you with more and everlasting success.

  • @KrishnaGupta-dt2mk
    @KrishnaGupta-dt2mk 3 месяца назад +27

    I have used both frameworks and have built more than 8 apps together but IMHO this video is slightly bias.

    • @gurugamer176
      @gurugamer176 3 месяца назад +8

      Exactly, i think he mentioned a lot of ""cons"" for flutter that doesn't exist it all

    • @quickstergamestutorialsgam3899
      @quickstergamestutorialsgam3899 3 месяца назад +8

      Definitely has a slight bias toward react native. I have been developing apps in flutter for 3 years now and half of these issues are either nonexistent or skill issues on the programmer's part.

  • @abubakernawaz625
    @abubakernawaz625 4 месяца назад +28

    I have worked with both frameworks. Tooling for both frameworks is good now (i still think RN has bit better tooling). But flutter performance is mind-blowing compare to react native. I will only use react native if company stack is build around javascript and company has some pre-build reusable components.
    If i have a choice i will go with flutter. That is a fact because of simplicity and performance out of box. 🎉

    • @jomoc6112
      @jomoc6112 4 месяца назад +2

      the question is, when was the last time you used RN. you might not spot any difference in the production app if you compare it now.

    • @gofullstack
      @gofullstack 4 месяца назад +5

      Trust me I get really surprised when people say Flutter isn't Native. Your Dart code compiles to the same thing Swift and Kotlin/Java compiles to, Machine Code, and you've got ffi to talk to Platform APIs too.

    • @system2072
      @system2072 4 месяца назад +1

      Why are everyone obsessed with performance does your app have like billion users
      It always comes down to time because every company wants to ship faster believe me
      Which ever platform has best dx experience will always win

    • @riveraj33
      @riveraj33 4 месяца назад

      @@gofullstackwhen people say flutter isn’t native, they mean how flutter draws their comments. Vs RN uses the actual system components. You can tell the difference and my app is in flutter so I know 100% this is true. And flutters iOS performance is not as good as RN.

    • @gofullstack
      @gofullstack 4 месяца назад

      @@riveraj33 I'll share a repository with you, try the code on iOS and tell me if you can tell that it was built in Flutter. As for performance, I'm sure you are running on a single thread.

  • @melfrancisgasparsepara62
    @melfrancisgasparsepara62 3 месяца назад +11

    When it comes to performance, Flutter is more native than React Native as it produces a corresponding native code to communicate with the platform while the React Native uses JavaScript bridge to communicate with the platform.

    • @aqz5905
      @aqz5905 16 дней назад +1

      No longer available bridge available in react native and now it’s pretty fast

  • @lingais
    @lingais 4 месяца назад +21

    as an amateur dev, video player sucks on both Flutter and RN. but RN has better support and options.

    • @IncomingLegend
      @IncomingLegend 4 месяца назад +2

      "video player" isn't a in demand component or whatever you want to call it...

    • @garystroup5285
      @garystroup5285 4 месяца назад +8

      Flutter has better developer experience and great documentation

    • @Monolith_io
      @Monolith_io 4 месяца назад

      ​​@@garystroup5285Can't agree, flutter and firebase have the worst docs out there.

    • @sqrlware
      @sqrlware 4 месяца назад

      @@garystroup5285true

  • @XavierTheRapper
    @XavierTheRapper 4 месяца назад +21

    All the Flutter apps I've encountered have been terrible. It could be the developers behind them, but I'll stick with React Native CLI and Swift any day.

    • @flutter-fm1kl
      @flutter-fm1kl 4 месяца назад +3

      Bro, create a rap song, not an app 😂

    • @justafreak15able
      @justafreak15able 4 месяца назад

      ​@@flutter-fm1klShow us an apo that you've build.

    • @justpatrick_
      @justpatrick_ 4 месяца назад +7

      Yes its the devs or maybe your bias. Flutter is great, I'll admit it even though I write RN

    • @justafreak15able
      @justafreak15able 4 месяца назад

      @@flutter-fm1kl Bro, then show your apps.

    • @marvinfok65
      @marvinfok65 3 месяца назад

      Small & simple Flutter apps is ok, but complex apps, Flutter's apps performance goes way down especially for lower end or older phones. Did a Flutter app for a client and there were lots of complains of crashing and weird performance issues. Redo the app with RN CLi & most of the issues were resolved.
      For a developer, of course Flutter is great because you can produce apps quicker, but if you have a complex app, Flutter is not the choice until they solve the resource intensive issue.

  • @21Monter
    @21Monter 4 месяца назад +14

    Simon Grimm when making a comparison be honest, no matter which side you are on, guys flutter can be a good choice for cross-platform development we have many billion dollar companies that use flutter like Tencent, Nubank, BMW, EBay and more, flutter grows quickly day by day, both are good whether flutter or react native, don't be afraid to choose one or the other.

    • @sourabhsingh4515
      @sourabhsingh4515 4 месяца назад +2

      this comment isn't matching with the last one 🤔🤔

  • @eavoutdom190
    @eavoutdom190 4 месяца назад +11

    For expo code push, it's not free

  • @speakup8721
    @speakup8721 3 месяца назад +15

    i have tried both, i prefer Flutter

    • @luciusrex
      @luciusrex Месяц назад

      I actually prefer dart over js/ts but prefer expo over flutter

  • @mahersafadii
    @mahersafadii 4 месяца назад +7

    the transition in the my bmw app isn't using the new fixed one, flutter updated the page transition animation curve to match the native one, I use the new one and it matches the native one 100%.

  • @enigma_i_am_
    @enigma_i_am_ 4 месяца назад +17

    14:25 flutter has shorebird for over the air updates

    • @abhijithk2012
      @abhijithk2012 4 месяца назад +2

      I guess he hasn't done enough research

    • @SangamShrestha-n8o
      @SangamShrestha-n8o 4 месяца назад

      not the official product

    • @Archaoen0
      @Archaoen0 3 месяца назад

      @@SangamShrestha-n8o well expo isn't the official product...

    • @vajohnifi3d
      @vajohnifi3d 3 месяца назад

      @@SangamShrestha-n8o majority (and at times feels like all of them, emphasis feel like all) RN products aren't official, so IDK why this is even a point.

    • @flutterthangs
      @flutterthangs 2 месяца назад

      but it works?

  • @jakehadley4044
    @jakehadley4044 4 месяца назад +9

    Flutter. Flutter is the right answer. Alright, time to watch the video.

  • @djumarong
    @djumarong 12 дней назад +1

    Good and detailed explanations, thank you! I chose Expo.

  • @devyb-cc
    @devyb-cc 4 месяца назад +1

    for the upcoming projects i would definitely choose react native.
    less boilerplate, expo router, EAS build, wonderful styling options & community components. its just awesome.

  • @UsmonWasTaken
    @UsmonWasTaken 3 месяца назад +2

    I'd love to see a comparison of Flutter, React Native, and KMP. KMP seems like it is going to be a strong contender in cross-platform development

  • @juaninfante7000
    @juaninfante7000 4 месяца назад +5

    For those wondering, just choose PWA. If you're not dealing with something at the hardware level, it will save you some time and money :)

    • @aneneemmanuel7985
      @aneneemmanuel7985 4 месяца назад

      what's PWA?

    • @unknownguywholovespizza
      @unknownguywholovespizza 3 месяца назад

      ​@@aneneemmanuel7985progressive web app. Basically apps built with web technologies that can run on any platform without a web browser like mobile and desktop and can even work without internet.

    • @Sridhar-k8b
      @Sridhar-k8b 12 дней назад

      ​@@aneneemmanuel7985progressive web application

  • @giorbismiguel
    @giorbismiguel 4 месяца назад +2

    Learn both and also switch and Kotlin, the best opportunities in both required knowledge of native platform.

  • @gofullstack
    @gofullstack 4 месяца назад +4

    14:28 Eric Seidel is one of the founders of Flutter and is also one of Shorebird. Maybe Simon hasn't heard of it and doesn't know it is your go-to for Code Push in Flutter.

    • @gofullstack
      @gofullstack 4 месяца назад

      @@HumanoidTyphoon91 Saying Flutter has nothing for over-the-air update is completely different from being behind.

  • @BrandonNyman
    @BrandonNyman 3 месяца назад

    For me it has to be React because it is so universal and has huge resources behind it.
    The alternative is if I need something super specific where another option is objectively better for that use case and worthwhile spending the time to use and learn.

  • @gofullstack
    @gofullstack 4 месяца назад +7

    9:22 Your Flutter app doesn't have to look the same for Android and iOS if you don't want it to. Yes, Flutter is opinionated but you don't have to use the Material Library for all Platforms, and you couldn't even create your own UI Library.

  • @BeeBeeEight
    @BeeBeeEight 2 месяца назад +4

    The facts speak for themselves. There are far more jobs for RN devs than flutter devs. JavaScript is the most or 2nd most used PL depending on which stats you quote, and TypeScript itself is already more popular than Dart and fast catching up. TS itself is also used in Capacitor , IOT (DeviceScript) and WebAssembly (AssemblyScript), etc.
    The biggest shortcoming of Dart is its extremely limited use cases outside of flutter. And even though it's statically typed and AOT compiled, strangely it's still about as fast as JS/TS when it should have been faster like how Swift is faster than Kotlin because of AOT and ARC.

  • @SheikhHassanMajeed
    @SheikhHassanMajeed 4 месяца назад +13

    I suggest everyone to subscribe him, so that his content can reach to all the people who really want to learn and create some awesome mobile apps.
    He is really a great content creator, always on point and explain every point in detail.
    I wish you hit 100K this week. 🚀🎉

    • @galaxies_dev
      @galaxies_dev  3 месяца назад +1

      Thank you so much!!

    • @AaronBlox-h2t
      @AaronBlox-h2t 2 месяца назад

      I did...Found him after digging around in Perplexity AI and not getting satisfactory answers. Good stuff and I'm rang that bell too.

  • @edge0601
    @edge0601 4 месяца назад +4

    End of the day they both compiles into native code

  • @ggre55
    @ggre55 4 месяца назад +4

    I love rn but its much easier to build ui with flutter

  • @vipinpg
    @vipinpg 2 месяца назад +3

    Maintaining an app for 4 years . Reactnative suks. Fluter seems stable. For long term projects.

  • @mitchellwintrow4495
    @mitchellwintrow4495 15 дней назад +1

    It's much easier and faster to build a UI with Flutter, without out a doubt. I've built several apps with both Flutter and RN that utilize native APIs, and honestly I like them both. Expo is a bit easier with the native APIs, but with Flutter I can still integrate my native Kotlin/Swift files, so it's not a big deal for me. For beginners, I can see that being an issue though. For me personally, I build apps with Flutter and native Kotlin/Swift/C++/C/Objective-C for fun and testing new ideas because to me it's fun, fast, and easy. However, for my portfolio projects I want companies to see, I go with RN and TS. RN and TS are just more valuable in the current market, because so many code bases are already built upon it, it is translatable to web development, and I'm sure hiring managers and executives are much more likely to know the terms "React" and "Typescript". Nice video though, I like the discussions it sparked in the comments! Lol

  • @NoOverXplain
    @NoOverXplain 4 месяца назад +3

    Well defined. You're the best true mentor.tbh

  • @beyazbn
    @beyazbn 4 месяца назад +8

    you missed shorebird(for codepush in flutter)

    • @rsajdok
      @rsajdok 4 месяца назад +1

      Paid solution

    • @beyazbn
      @beyazbn 4 месяца назад

      @@rsajdok it has free tier too

    • @ShrJamal
      @ShrJamal 4 месяца назад

      @@rsajdok so as expo eas

    • @gofullstack
      @gofullstack 4 месяца назад +2

      @@rsajdok Free for solo developer

    • @ghevisartor6005
      @ghevisartor6005 Месяц назад

      how complicated is code pushing? i mean if they do it, can on in theory make his own code push solution?

  • @frenches1995
    @frenches1995 2 месяца назад +1

    I was really hoping to see a graph with all the different performance measurements. Like how much better is one over the other when doing a specific task.

  • @corewwwi
    @corewwwi 2 месяца назад +2

    i've been a flutter dev for 2y with production apps.
    i was having a hard time with classes because i am a functional guy and the slow starting times (takes 15-30 mins sometimes), heard of react native but because of limited knowledge of it i was thinking it is just a webview of a react app lol but once i tried it i never looked back.
    if you are a web dev, you're going to love it!

  • @michelgerges2678
    @michelgerges2678 4 месяца назад

    This is the kind of videos that people should watch

  • @ElectronicaAvanzadaPrismaCem
    @ElectronicaAvanzadaPrismaCem 4 месяца назад +2

    Came early! Your channel rocks man!

  • @rudemption
    @rudemption 3 месяца назад +1

    An addition to points in video - You don't want to use React-Native when: your customer wants to update OS target API (as requirement from Google or Apple) :D

  • @waleefalrooh8
    @waleefalrooh8 3 месяца назад

    he forgot to say that react native uses Javascript and typescript which will make your learning of react native far better than flutter that uses a dart language ..
    it will be a great investment to yourself if you learn react native in the future
    javascript can make u learn different techs like learning backend and frontend at the same time
    it will be easier for you to become a fullstack developer if u learn react native or expo

  • @priyaupadhyay7527
    @priyaupadhyay7527 Месяц назад +2

    Thankyou so much!
    This is the best, most comprehensive comparison video on this topic 🙌

  • @lauaall
    @lauaall 4 месяца назад +2

    i would like to just add this react-native error message
    Compiling JS failed: 130634:37:';"' expected Buffer size 8592970 starts with: 766172205f5f42554e444c455f535441 and has protection mode(s): r--p
    the error was caused by a typo.

  • @emreaka3965
    @emreaka3965 4 месяца назад +7

    13:08 Developing a plugin is easy with Flutter btw :)

  • @ppercipio
    @ppercipio 2 месяца назад +2

    Hi Simon, this is a great video. Thank you for being so thorough!

  • @barnabtz
    @barnabtz 4 месяца назад

    Love the points... I tried flutter but realize the more deep you go, the more its get complicated. But as for react native especially with expo, its so easy to get by. Flutter is really too hype.

  • @basdfgwe
    @basdfgwe 3 месяца назад +1

    The dev experience of flutter is so good that going to rn feels like im going to the stone ages. Regarding the bloated widget tree it only gets bloated if you let it. But yhe better devs will comparmentalise things so that its easier to use. Unfortunately i work in company that uses rn and flutter, and ive unfortunately been moved to the rn team.
    Also its crazy how you harped on about flutter not being native, but neither react native. This could have been suggested as to why you didnt apply the stress on that RN is not native like you did with flutter.

  • @Ezekiel_ax
    @Ezekiel_ax 4 месяца назад +2

    Love your channel 🎉🎉🎉

  • @chicharown
    @chicharown 4 месяца назад +1

    Kotlin and Swift devs rn reading comsec: 🍿🥤

  • @mycloudvip
    @mycloudvip 4 месяца назад +2

    Hi Simon! What is the easiest way to share a project that is being developed on Expo with clients who you want to preview the progress of the app.

    • @AmireSteve
      @AmireSteve 3 месяца назад +2

      Create different builds.. So for my typical expo app, I have a developer build, a preview/staging build, and a production build.
      1. Developer Build is what I build and test with, in real time - on my real phone (android and IOS)
      2. Preview/Staging Build is the one I send to the client to test with. They see progress on new updates on it, and it's seamless with Expo EAS Updates. I can push several updates in a day.
      3. Production Build - this is the one that goes out to the stores once I'm ready to deploy

  • @NeilTruick
    @NeilTruick Месяц назад

    Solo developer. No React experience, no Flutter experience. Web would be nice, but I prioritize mobile and desktop. Flutter.

  • @bolarinwaemmanuel6905
    @bolarinwaemmanuel6905 3 месяца назад +6

    This is really really biased ill say. A real developer that has used both framework wont have an hardtime choosing flutter

  • @webtm1361
    @webtm1361 4 месяца назад +1

    I'm not able to export my app from react native project

  • @中文中国-t4u
    @中文中国-t4u Месяц назад +1

    Im also about to start building mobile apps and i was confused which one to choose i asked ChatGPT if it was an app developer which it would choose it said flutter if it was developer for complex apps and react native if it already had some knowledge about js and react for not that much complex apps
    I wanted to start flutter and told gpt give an easy example to figure out how it works the example it showed me was a nightmare 😂😂😂it was like 10 nested functions or I don’t what that was but I think for developers who already know js and react React Native is much more better

  • @chevotebenadoa
    @chevotebenadoa 4 месяца назад +2

    Flutter uses Dart, no one writes on it
    React Native will give you a lot of problems with the build
    Swift and development for iPhone is just shit^3
    Kotlin is fine, but their ecosystem has not yet matured to multiplatform
    Use vanilla React, it's easy and useful. It's enough for 90% of Apps

    • @chevotebenadoa
      @chevotebenadoa 4 месяца назад

      Seriously, instead of writing code and shipping the products... You jerk off to frameworks.. Just stop this bullshit, and write the motherfucking code

    • @SikarinPunsawat
      @SikarinPunsawat 4 месяца назад

      If you already try eas, You will delete this comment

  • @toluwade
    @toluwade 3 месяца назад +2

    I see your supabase Face Cap there ✨

  • @_hudeifa23
    @_hudeifa23 4 месяца назад +3

    can you talk about compose multiplatform?

  • @dwylhq874
    @dwylhq874 Месяц назад +1

    TLDR; Simon has a React Native course. Biased.
    Flutter is significantly better DevEx and reliability than RN.

  • @kunjchoksi
    @kunjchoksi 4 месяца назад +1

    Great explanation, Simon! How about the Ionic compare to this in 2024?

    • @toxaq
      @toxaq 4 месяца назад +1

      Doesn't the fact its not in this list answer the question? They got bought out by a no-code platform and fired all the original devs. It's dead. Don't build on it.

    • @TheFaceOfBoo
      @TheFaceOfBoo 3 месяца назад

      ​@@toxaq That doesn't mean it's dead, many frameworks got acquired by bigger companies and remain alive. If anything it means it is leveraged by a richer company.
      Why it is not in the list? Because it's an entirly different category, Ionic is to be used for simple apps that don't require extremely good native performance, though Capacitor improved the performance by a lot, in 90% of app ideas the difference would be negligible.
      @Simon Grimm In the video he said something like "If you want to go for mobile and web with the same codebase, go for RN" - this statement is wrong, at least not without using third-party libraries, this can be done with Ionic (You can use Angular, Vue or React) but not with RN out of the box; React Native and React are not the same.

    • @toxaq
      @toxaq 3 месяца назад

      @@TheFaceOfBoo do you develop in it? Stackoverflow survey was out yesterday. Take a look at it.

  • @flutter-fm1kl
    @flutter-fm1kl 4 месяца назад +3

    Flutter is good

  • @dbasis653
    @dbasis653 3 месяца назад +1

    he clearly don't use flutter... maybe watched some flutter videos

  • @yupickmyusername
    @yupickmyusername 4 месяца назад +2

    Im new to react native, coming from flutter because of web limitation, but can anyone tell me why in places like Codecanyon etc, there's a little to none React Native aplication, but there are tons of flutter app for sale?

    • @laalkhan438
      @laalkhan438 4 месяца назад

      Because it takes less time and less effort to develop amazing apps in Flutter.
      Flutter provides so many built-in things.
      With React native, you have to manage so many 3rd party libs

    • @laalkhan438
      @laalkhan438 4 месяца назад +1

      Till this date, there is no react native library which supports all Material UI components. I repeat not even one.

    • @laalkhan438
      @laalkhan438 4 месяца назад

      React native does not have any good low-code app builder.
      There is one draftbit but it is super expensive
      Flutter has plenty of them like flutter flow, nowa, dhiwise

    • @laalkhan438
      @laalkhan438 4 месяца назад

      Moreover, whatever these RUclipsrs say, professional developers who earn livelihood from app development are no fools

    • @laalkhan438
      @laalkhan438 4 месяца назад

      Stats on codecanyon speaks for itself

  • @ecupowerable
    @ecupowerable 4 месяца назад +2

    What do you think or flutterflow ans draftbit?,

  • @madeOfClay99
    @madeOfClay99 4 месяца назад +1

    I am thinking about learning mobile development in the future, I was looking at Dart/Flutter and the only, and probably deal breaker for me, is the widget tree code, I 100% dislike that, looking at some code examples, those already look like legacy code bases. I can imaging projects out there having an spaghetti "architecture", just don't.
    I don't have any interest in learning R. Native, I don't know React as well as React Native, actually, I don't like React, even though the community looks very active and strong.
    I think it is worth a shot to look at Kotlin, I've heard that is the right version of Java, way less verbose, that might be a good choice
    In any case, thank you for this very informative video Simon. Cheers!

  • @codingzen869
    @codingzen869 3 месяца назад

    Anybody who worked on both to build real world app, there is no freaking contest. It's not a debate. Flutter shines all the way through. Again, only those who actually built real world apps. Not those noobs or JS dudes or average RUclipsrs. React native is just stupidly complex. And I would give it a chance if it worked well after the app is built. Flutter just works. Effortlessly.

    • @luciusrex
      @luciusrex Месяц назад

      NR isn't complex for nextjs devs though. I love dart and prefer it over js/ts but I'm so comfortable with react it makes more sense to me to build rn apps

    • @codingzen869
      @codingzen869 Месяц назад

      @@luciusrex Ya, it's kinda easier too for me but I just hate how much go around you have to do make basic things like navigations, state management etc. Flutter is straightforward in these stuff. Just works, and faster without lags and stuff.

  • @bolarinwaemmanuel6905
    @bolarinwaemmanuel6905 3 месяца назад +1

    From this video only, if I were to be a beginner in the game I'd have picked react native 😂. So I'd say he's just a react fan 😂😂

  • @alexandredavitaia7518
    @alexandredavitaia7518 2 месяца назад

    good comparision!

  • @gofullstack
    @gofullstack 4 месяца назад +1

    6:15 Wouldn't you say something that does compile to Machine Code isn't Native? Would you say it isn't Native because it doesn't depend on the Platform to render what you see on the screen? I get real confused when it comes to this.

    • @quickstergamestutorialsgam3899
      @quickstergamestutorialsgam3899 3 месяца назад

      React native uses an interpreter to generate native UI components, it is slower and is only native visually. Flutter is not native visually but the backend behind it is, making flutter much faster and more comparable to the performance of a truly native app written in Swift or Kotlin.

    • @gofullstack
      @gofullstack 3 месяца назад

      @@quickstergamestutorialsgam3899 Do you know that because Google and the entire Flutter community push out Material Design Developers don't know that they can create apps that look native on iOS?

  • @rsajdok
    @rsajdok 4 месяца назад +1

    worth to watch 🙂

  • @mohammadaminsarbazi6866
    @mohammadaminsarbazi6866 3 месяца назад

    This is a technical comment and I don't speak by feelings.
    React Native is more greater than Flutter (period) :)

  • @chillbro2275
    @chillbro2275 3 месяца назад

    "Maybe a button, or an unstyled label" hahah

  • @chillbro2275
    @chillbro2275 3 месяца назад

    Really useful video.

  • @akifbasormanc5131
    @akifbasormanc5131 Месяц назад

    if typescript support comes to flutter, things will really get complicated. ( it's not very likely, don't take it seriously )

  • @ScapesManiaBeliver
    @ScapesManiaBeliver 3 месяца назад

    What About those Flutter Drag and Drop to build app

  • @chetanpatil2074
    @chetanpatil2074 Месяц назад

    Chromium faces significant challenges when implementing features on the browser side, largely due to ECMA standards. I believe that one day, Google will move away from this and adopt Dart as its core language. Mark my words.

  • @Vlad-hl1gy
    @Vlad-hl1gy 2 месяца назад

    tried both, forget RN, flutter is the way to go

  • @ajmalhasan9759
    @ajmalhasan9759 4 месяца назад

    Well researched 😊

  • @VladimirDjokic
    @VladimirDjokic 2 месяца назад

    Forget RN. Fluter is the future ❤

  • @codecutner4902
    @codecutner4902 23 дня назад

    20:30 whats the soundtrack name of this ?

  • @VIJAY-fx4yh
    @VIJAY-fx4yh 4 месяца назад +1

    Reactnative ❤

  • @adelashour3253
    @adelashour3253 2 месяца назад

    RN is a nightmare specially when updating the app it is wast of time and always there are problems in the app ui on some devices

  • @s4nk37
    @s4nk37 19 дней назад

    I have tried both, React Native is way behind in terms of performance and implementing pixel perfect design. Talk about shadow and blur in react native.

    • @galaxies_dev
      @galaxies_dev  13 дней назад

      Working with RN 0.76, also new arch improving perf. But sure, drawing pixel by pixel is more of. Flutter thing!

  • @praweewongsa
    @praweewongsa 4 месяца назад

    It is very useful content.

  • @21Monter
    @21Monter 4 месяца назад +2

    Simon Grimm you, being an React Native dev, are of course going to belittle flutter, flutter is the best framework for cross platform development (Linux, windows, AppleOS, Android and also embedded), simple and easy, better performance. Learn to program not to work for others but to create your own million dollar app or billion, you never know. If it's to work for the people, let it be to save money and start your own business. Flutter Community❤️🌱

    • @sourabhsingh4515
      @sourabhsingh4515 4 месяца назад +1

      Hey buddy well many windows apps clone which were not available for Linux are developed on electron not flutter and they are running well on Linux we have react for web don't need to do mobile dev on web, + if you are fearing to write the code multiple times it's just the components the JavaScript / Typescript behind both of them are same so once the components are made correctly anyone can clone the logic for both of them. + Yes I am a react native fanboy but you are a flutter fanboy too 😁😁

    • @infantfrontender6131
      @infantfrontender6131 4 месяца назад +1

      > Learn to program not to work for others but to create your own million dollar app or billion
      But many "million dollar apps" were written in native languages (JS/TS for Web, Swift for iOS/macOS, Kotlin for Android, C++/C# for Windows/Linux). If you want to create your own unicorn app, then first of all invest in the idea, not in the language

    • @sqrlware
      @sqrlware 4 месяца назад

      @@sourabhsingh4515Electron is a ram eater and flutter surpasses it in every benchmark reaching almost native in every sector. The only thing is electron is widely used by JS devs and flutter desktop because new, by flutter developers and those who made research on the best tech out there for what they want

  • @andrewheimdev
    @andrewheimdev 4 месяца назад

    Great video!

  • @TheNightValley
    @TheNightValley 4 месяца назад

    Hahahaha to be safe I learned both, it actually fun.

  • @sohmtee
    @sohmtee 2 месяца назад

    Flutter also has code push.

  • @arun553
    @arun553 3 месяца назад +1

    Thanks! out of curiosity, what's the tattoo on your left arm?

    • @galaxies_dev
      @galaxies_dev  3 месяца назад

      Thank you! There are 2, the one you see on the inside is a quote from Steve Jobs "Have the courage to follow your heart and intuition."

  • @xsova113
    @xsova113 4 месяца назад

    im wondering if expo allow you to build app for macOS app? or only for IOS and andriod. I coudn't figure out a way to use expo for macOS app yet where as flutter makes it quite easy for that.

    • @infantfrontender6131
      @infantfrontender6131 4 месяца назад +1

      Right not Expo only for iOS/Android/Web. If you want to use RN for Windows/macOS, then check "microsoft/react-native-windows" and "microsoft/react-native-macos" (poorly maintained). So, last what we have is Electron

    • @xsova113
      @xsova113 4 месяца назад

      @@infantfrontender6131 ok thanks. I tried react native macOS awhile ago and it kept throwing error, never got it to work 😅. So far only flutter and SwiftUI works for me. I guess electron is something I can try.

  • @fidamuntaseer1989
    @fidamuntaseer1989 4 месяца назад

    Working with Flutter since 2018...the cons of Flutter mentioned here is true...sort of... :/

  • @bronzemoontr
    @bronzemoontr 25 дней назад

    I guess native is always seems more realistic but didnt check flutter last 8 months

    • @galaxies_dev
      @galaxies_dev  21 день назад

      You don't have to check it now, only news is a Flutter fork called Flock ;)

  • @mfaizhussain7
    @mfaizhussain7 4 месяца назад

    The React Native Installation part sucks really
    At that time the person thinks oh the installation is so much complex, then how will be the development then!

    • @galaxies_dev
      @galaxies_dev  3 месяца назад

      I think Expo is making that a lot easier

    • @mfaizhussain7
      @mfaizhussain7 3 месяца назад

      ​@@galaxies_dev yes I seeing your videos I have started the react native using expo and also i have cloned few repos of you and
      your explanation in your videos is quite understanding that helps me moving forward with react native
      and it is very interesting

  • @TwitterasX
    @TwitterasX 3 месяца назад

    Flutter is easy to learn and organized, but it is too young. You need React Native for complex apps for now...

  • @owlmostdead9492
    @owlmostdead9492 4 месяца назад +1

    I always pick the route without javascript, because I like real languages than can sort arrays

  • @vladimirkraus1438
    @vladimirkraus1438 3 месяца назад

    How about KMP?

  • @maguiskader7771
    @maguiskader7771 4 месяца назад +1

    Amazing

  • @technerd486
    @technerd486 3 месяца назад

    Flutter is the future ❤❤

  • @gayalmn
    @gayalmn 2 месяца назад

    Code push fan be done in flutter with shorebird

  • @ricks_play
    @ricks_play 3 месяца назад +5

    If you talk about performance , remember discord has millions users and trillion messages. Now what flutter app does have millions of users?

    • @Steel-zk6kv
      @Steel-zk6kv 3 месяца назад +7

      That are handled by servers using load balancing. How does that relate to app performance???

  • @technerd486
    @technerd486 3 месяца назад

    Flutter is the future

  • @virenkhokhar6305
    @virenkhokhar6305 4 месяца назад

    Love from india ❤

  • @SangamShrestha-n8o
    @SangamShrestha-n8o 4 месяца назад +3

    The flutter community if very active, 16:20

  • @kobiebotha9868
    @kobiebotha9868 3 месяца назад

    now do KMP!