Flutter vs React native

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ •

  • @abdurrahmanrobin4915
    @abdurrahmanrobin4915 5 років тому +552

    You missed some important points - 1. Performance, 2. App size, 3. Rendering assets like video, 4. Upgrade older version to new version e.t.c

    • @McAko
      @McAko 5 років тому +15

      and what's your opinion? 🙃

    • @abdurrahmanrobin4915
      @abdurrahmanrobin4915 5 років тому +249

      @@McAko
      1. Performance -> Flutter, because there is no bridge like ReactNative, Flutter convert codes directly into machine code.
      2. App size -> Flutter
      3. Rendering assets -> None of them, native android and ios is the only solution for better performance. But i vote Flutter although i am a reactjs developer.
      4. Upgrade older version to new version -> Definitely Flutter :)
      Sorry ReactNative :)

    • @Navhkrin
      @Navhkrin 5 років тому +28

      @@abdurrahmanrobin4915 Thanks, I generally work as research scientist was planning to learn mobile platform aswell, had hard time deciding between Flutter and React Native.

    • @Codeonces
      @Codeonces 5 років тому +15

      @@Navhkrin Go for flutter.

    • @hamzaahmad6620
      @hamzaahmad6620 5 років тому +9

      @@abdurrahmanrobin4915 my app get fucked after i updated react native to 0.60 damn this

  • @RiteshNEVERUNIFORM
    @RiteshNEVERUNIFORM 3 роки тому +85

    Java and Swift coders be like:
    Keep going, we're listening.

    • @ebenmeluifechukwu4298
      @ebenmeluifechukwu4298 3 роки тому +2

      Actually I enjoyed the video. But I still love native. So native all the way :P

    • @amitpatwal1936
      @amitpatwal1936 3 роки тому

      🤣🤣🤣

    • @nilesh9686
      @nilesh9686 3 роки тому +1

      🤣🤣🤣🤣

    • @rohitkf8474
      @rohitkf8474 2 роки тому

      Java n Swift : Mhmm...... ofcourse it is 😏

  • @yatindeokar177
    @yatindeokar177 5 років тому +235

    I have worked on React native and just started learning Flutter... an I am loving it. So My Star to Flutter😍 .

    • @gauravg2359
      @gauravg2359 5 років тому +3

      Can you tell me from where to learn React Native?

    • @nxbil2397
      @nxbil2397 5 років тому +1

      @@gauravg2359 go to this vid desc and pump the React Native Course link

    • @devbratdubey7598
      @devbratdubey7598 4 роки тому

      @@gauravg2359 go to Coursera

    • @gauravg2359
      @gauravg2359 4 роки тому

      @@devbratdubey7598 Thanks. Any specific course name on Coursera?

    • @devbratdubey7598
      @devbratdubey7598 4 роки тому

      @@gauravg2359 www.coursera.org/specializations/full-stack-react
      This is for full stack web development
      It has I think 5 courses one after other
      If you want to learn free just select individual course and select audit then you can access course for free

  • @maheshperi19
    @maheshperi19 5 років тому +119

    I worked on both Flutter and React Native. I loved Flutter very much and completed many Android apps within few months only (flutter is very fast developement)
    Coming to React Native, most of the time i spent to fix the bugs like build linker errors for iOS when i install cocoapods dependencies. If we spend too much time to fix build errors, when we concentrate on developing the app.
    My star is to Flutter.

    • @deninshibu
      @deninshibu 4 роки тому +1

      Thanks for the insights, im in the verge of choosing

    • @thewebcreator2825
      @thewebcreator2825 4 роки тому +1

      Can you develop a food delivery app with flutter. Tell me the cost also

    • @padmapanipatra3234
      @padmapanipatra3234 4 роки тому +1

      Hello, I am student so I need some help. Is there anyway I can contact you.

    • @sandeepbhardwaj8501
      @sandeepbhardwaj8501 4 роки тому

      PROV-TECH-PARK i’ll do if you need .. text 9729198082

    • @bharathreddy099
      @bharathreddy099 4 роки тому

      @@thewebcreator2825 whatsapp at +917010755728

  • @cossale
    @cossale 5 років тому +123

    Can You Please Continue Dart/Flutter Tutorial Series?

  • @rajbrothers5113
    @rajbrothers5113 5 років тому +26

    Criterion for better mobile framework:
    1. Hot Reload
    2. Release Date
    3. Language
    4. Learning curve
    5. Components
    6. Documentation
    7. Native look
    8. Community
    9. Industry Adaptation
    10. State Management(working life cycle, model, design pattern)
    11. Use case is the thing eventually

  • @farhan787
    @farhan787 5 років тому +9

    In GSoC (Google Summer of Code) 2019, students were struggling to find an organisation that works with flutter and they have to switch to other tech stack for their projects during the student application period. But, there are organisations that work with React Native. So from industrial point of view which is a major criteria React Native is having more advantage than Flutter at present time.

  •  5 років тому +14

    I work in a company that uses React Native, and they have encountered so much problems, that we are returning to native code. Personally I prefer working with Flutter but just for apps that have not a huge demanding on complex views that need to look like native.

  • @arpanmukherjee4625
    @arpanmukherjee4625 5 років тому +13

    Learnt both Flutter and React Native.....build professional apps using both....Loved Flutter more....many principles are in common. Like the Dart language more because using "this" is no more a nightmare and full static type checking. Have been taking sessions on Flutter and people like it too....
    Moreover regarding the documentation, Flutter has video docs which are never boring....

  • @anirudhamahale8715
    @anirudhamahale8715 5 років тому +15

    Being an iOS Developer, I use MVVM design pattern when designing iOS apps. As flutter recommends BLOC design pattern. Both the design patterns works on same principle keeping the business code separate from UI. So I find flutter pretty easy for me. Yeah in flutter you have to write separate code for UI for targeting different platforms, but you can write an abstract class for that and you are good to go.
    Last but not least you forgot to mention about the animations library that comes with flutter "2Dimensions" which makes flutter apps more delightful for users.

    • @zulqarnainbutt9473
      @zulqarnainbutt9473 3 роки тому +1

      Being iOS developer, which cross platform has more promising future ?

  • @anuragsrigyan677
    @anuragsrigyan677 5 років тому +37

    10th point was bullshit.
    How can a person tell that I like React Native of Flutter..when he/she haven't used any of them?

  • @iammusalman
    @iammusalman 5 років тому +45

    Currently, React Native is Popular. But Flutter is The Future.

    • @sayagamers
      @sayagamers 5 років тому +5

      I also think so

    • @prathmeshbendbhar6555
      @prathmeshbendbhar6555 4 роки тому

      yep, but you should learn Dart. Am i right ?

    • @iammusalman
      @iammusalman 4 роки тому

      @@prathmeshbendbhar6555 am already professional flutter developer

    • @prathmeshbendbhar6555
      @prathmeshbendbhar6555 4 роки тому

      @@iammusalman sir, How many years of work experience do you have?

    • @iammusalman
      @iammusalman 4 роки тому

      @@prathmeshbendbhar6555 1.5 years

  • @ahmedmohamedgamalhassan9904
    @ahmedmohamedgamalhassan9904 5 років тому +16

    I love React.js on the web side but on the mobile side i love to use flutter fro sure

  • @shamsudeenyusuf9198
    @shamsudeenyusuf9198 5 років тому +13

    This man has been the most interesting UA-cam programmer I know...the last point is definitely the best point because...we can only say one is better than the other when there’s no longer support for it by the company...but as for now you just choose what makes you excited 😆

  • @Kdashish-19
    @Kdashish-19 4 роки тому +7

    As a beginner how could I say about point 10 that's which language I like because I don't know more and wanna just start with the one

  • @gtv3582
    @gtv3582 4 роки тому +91

    nobody:
    comparison vids: i think it depends

    • @kelvinotieno4381
      @kelvinotieno4381 4 роки тому +2

      Haha so true...it is never black and white with a clear winner.

    • @randomdude72727
      @randomdude72727 3 роки тому

      yes because everyone has their own statics and they love them and they dont give that up for someone

  • @yajananrao2106
    @yajananrao2106 5 років тому +9

    I use react native for mobile app development. After looking at comments I feel like experimenting with flutter. I don't like to use third party components either.

  • @danarj5713
    @danarj5713 5 років тому +12

    any framework appears and claims that it is going to replace the native

  • @zafarali3817
    @zafarali3817 5 років тому +15

    React uses functional programming concepts while flutter uses the OOP approach...I always prefer Functional or mixure of functional/OOP that the JavaScript provide us ....but I like the UI widgets that the flutter framework provides out of the box...

    • @trungnguyen5947
      @trungnguyen5947 5 років тому +1

      I also like the way React Native uses style object for styling component, it will avoid deep nesting widget like in Flutter, because we need to wrap our widgets in "Styling Widget" to apply style on them. Using style object is also more flexible in passing it and editing it easily around the component

    • @ivan0kurnia
      @ivan0kurnia 4 роки тому +1

      sorry but you mean procedural?

    • @alexmercerind
      @alexmercerind 4 роки тому

      @@ivan0kurnia I think. This guy seems stupid.

    • @alexmercerind
      @alexmercerind 4 роки тому

      Stupid... JavaScript already has classes, objects and things. And React native is written in JavaScript and JSX. So it is automatically OOP.

    • @alexmercerind
      @alexmercerind 4 роки тому

      @rasuru everyone knows that one can write C in C++.

  • @SanjeebKumar-z2o
    @SanjeebKumar-z2o Рік тому +1

    Hi Sir , Can you cover same discussion now ? We want current competition advantages.

  • @aliasgar.burhani1099
    @aliasgar.burhani1099 4 роки тому +21

    As a react web developer, no doubt i will go for react native even it has a lots of cons

    • @aliasgar.burhani1099
      @aliasgar.burhani1099 4 роки тому

      @Muddasir yes ofcourse you can build mobile apps in rract native like we make in java or kotlin but there are some things which are a little bit complex in react native.
      As react native suggests , it creates native apps (android and ios), but they look a bit different on both platfoms while production so you have to test the app on both platforms in development phase.

  • @gunjanmimo
    @gunjanmimo 3 роки тому +2

    I have experience in front end and backend web development and I tried flutter but all those child children widgets are very confusing for me. So I chose react native for my projects.

    • @shivanigaddagimath6105
      @shivanigaddagimath6105 3 роки тому

      Hey Gunjan! Would you be open to exploring job opportunities in web development currently?

  • @bobbycarelse5794
    @bobbycarelse5794 5 років тому +6

    So you said to choose which ever one we love... How does a native android developer choose

    • @Magic.God.Othinus
      @Magic.God.Othinus 5 років тому

      Depends. Are you currently working for a company or wish to work for a company that focuses on making mobile apps? Then React Native. If you're working on mobile apps on your own time outside of work, then choose whatever you want as long as it works.

  • @sanjitmaji8912
    @sanjitmaji8912 4 роки тому +1

    Please make a video on aws lambda function and spring boot java combo and is it a good idea to do not able to find out more documentation base on that if you know best resource for this please mention in video

    • @shivanigaddagimath6105
      @shivanigaddagimath6105 3 роки тому

      Hi Sanjit! Are you a student or working currently? Would you be open to exploring job opportunities in web development? We are a web dev company and looking for developers.

    • @sanjitmaji8912
      @sanjitmaji8912 3 роки тому +1

      @@shivanigaddagimath6105 thank you for the opportunity but I am working currently. Have a nice day.

    • @shivanigaddagimath6105
      @shivanigaddagimath6105 3 роки тому

      @@sanjitmaji8912 I see. If you're interested in a job change and are looking for interesting opportunities in web development, please let me know. We are a web development company and look for fresher and experienced developers.

  • @nithsua
    @nithsua 5 років тому +12

    Flutter, cuz...
    third party components look like a one word but we need to search for the component over the internet which suits your need then need to refer to document wrote by the hobbyist which may not be good
    In flutter most components bundled up out of the box and we have a one stop documentation
    It's just comes under one title: components
    But it makes hell lot of sense while developing
    So flutter will be the go to Choice it will be more productive than react native but yeah you need to learn dart😅

    • @venkateshgunda25
      @venkateshgunda25 4 роки тому

      And, from personal professional experience, it is just too much waste of time & effort browsing around third party libraries and arguing about the better library to go with and sheer lack of proper documentation for most of them. Flutter wins that category by a landslide

  • @swever826
    @swever826 5 років тому +2

    great video! What is the name of the song playing at the end?

    • @techstacker5361
      @techstacker5361 5 років тому

      Ready to go - SKALE - E - TRON
      ua-cam.com/video/QiRpXC2qDp8/v-deo.html

  • @gowthambhat1498
    @gowthambhat1498 4 роки тому +6

    man!! you got a hell of a taste in music...love those songs in the end

  • @alieng8571
    @alieng8571 5 років тому +10

    Flutter is my favourite... after mwdium dealing with RN

  • @communityband1
    @communityband1 5 років тому +4

    Regarding the point on language, I think we should also consider people who don't primarily use either Dart or JavaScript. There are a ton of people out there who program with Java, Python, C#, C++, and so on. For these people, I think it's safe to say that Dart will be much simpler for them to get up to speed. JavaScript has a lot of peculiarities that catch people off guard who come from more traditional OOP languages, and mastering these takes time and study. Dart, by comparison, is very much a traditional, modern language. People with experience in such a language can be productive with Dart in less than a day. If I'm running a mobile development team with developers who are most familiar with Kotlin, Java, or Swift, it's a safe bet they'll get up to speed faster with Dart than JavaScript.

  • @Wiseman_RSA
    @Wiseman_RSA 5 років тому

    What is that Join button for next to the subscribe button?

  • @kunalmjain
    @kunalmjain 5 років тому +43

    "Pain in the rear"😂when you wanna speak clean

  • @pablovaldes6022
    @pablovaldes6022 5 років тому +2

    One important point was missing, Performance. I think Flutter master RN in this department. Flutter is closer to the metal than react.
    Now the reason why I prefer native kotlin and swift is threading. Support for threads API is poor in both frameworks.

    • @pablovaldes6022
      @pablovaldes6022 5 років тому

      I did a quick look up in Google and saw a couple of articles but they don't show much numbers. I have installed some flutter and RN apps on my phone and Flutter ones runs a bit smother. Flutter team has promised to achieve 60fps screen buffer updates with no glitch. This is a bit more difficult to achieve with RN unless you move all the heavy operations to the native component. But then that breaks the multiplatform purpose of it.

  • @sumangyawali
    @sumangyawali 5 років тому +13

    I love React Native (as a web developer). Hope it'll get better as it now got a competitor.

    • @deepakag4625
      @deepakag4625 4 роки тому

      Bro, that is react js. Both are diferrent

  • @akshitmadan5232
    @akshitmadan5232 4 роки тому +8

    I think both are amazing in their own way . It's just like choosing between heads and tails ..
    I ❤️ flutter
    I ❤️ react native

    • @shivanigaddagimath6105
      @shivanigaddagimath6105 3 роки тому

      Hey Akshit! Are you a student or working currently? Would you be interested to explore job opportunities in web development currently?

    • @mobilefanzone_live_matches
      @mobilefanzone_live_matches 2 роки тому

      Shivani Gaddagimath Hello Shivani , i'm John Michael a student and a web and mobile app developer in JS and React. Please interested in exploring job opportunities in web and android development.

  • @nagamanikanta4251
    @nagamanikanta4251 4 роки тому +1

    Hi hitesh, we got a project to build an web application and mobile application. Which framework is good to develop either angular or react.
    I have other question how to maintain the code for web and mobile or application . We have to maintain code diff or only one.If only one how we can build the application for both web and mobile

    • @shivanigaddagimath6105
      @shivanigaddagimath6105 3 роки тому

      Hey Naga Manikanta! Are you looking out for web development job opportunities currently? We are a web dev company and looking for developers.

    • @nagamanikanta4251
      @nagamanikanta4251 3 роки тому +1

      @@shivanigaddagimath6105 which company?

    • @shivanigaddagimath6105
      @shivanigaddagimath6105 3 роки тому

      @@nagamanikanta4251 We are a web development company based in Bangalore, India. If we can connect on LinkedIn then I will be able to give you all the details. Just search for Shivani Gaddagimath on LinkedIn and request to connect please. The first profile that pops up is mine.

  • @chikuraj497
    @chikuraj497 5 років тому +211

    Anyway😂
    Flutter is future😎

    • @AnkurKumar-ur1cj
      @AnkurKumar-ur1cj 5 років тому +1

      @@ramonacedo37 thanks for the link. i never knew it existed

    • @nadeemshaikh7863
      @nadeemshaikh7863 5 років тому +1

      @@ramonacedo37 Nope, not gonna happen. Flutter with Fuchsia will play a central role in Google's ambient computing future.

    • @hassanosama357
      @hassanosama357 4 роки тому +1

      @@nadeemshaikh7863 flutter team officially haven't talk about fuchsia and if about future no one can predict it.

    • @nadeemshaikh7863
      @nadeemshaikh7863 4 роки тому

      @@hassanosama357 Yeah that's true, nothing is certain.

    • @wajahatshah9489
      @wajahatshah9489 4 роки тому

      Flutter is good

  • @GloryOfWedding
    @GloryOfWedding 4 роки тому

    Can you make some video on flutter and aws...how to use aws in flutter...sir

  • @hassanstudio7471
    @hassanstudio7471 5 років тому +3

    do you have skills to give continue tutorials on flutter or react

    • @jpakash1999
      @jpakash1999 5 років тому

      He only doesn't have time

  • @rijanifaliana4668
    @rijanifaliana4668 4 роки тому

    What is the title of the music in the end of the video ? I really love it

  • @aakashjana6225
    @aakashjana6225 5 років тому +3

    Hey man can you tell me why the hell do we have hundreds of languages for each different thing couldn't we have only 2 or 3

    • @AnkurKumar-ur1cj
      @AnkurKumar-ur1cj 5 років тому +3

      no language is 'perfect'. There are tons of applications of programming and programming itself is a tool to solve different applications.
      Read this post : qr.ae/TcS3IC

  • @sourav1997
    @sourav1997 4 роки тому

    I need to make a full fleged social media app for commercial use. Which framework do I go for??

  • @akshaydesai4805
    @akshaydesai4805 5 років тому +28

    2:14 Yes we are programmer😎
    #iLoveFlutter❤

  • @sknurislam2597
    @sknurislam2597 5 років тому

    Bro what camera do u use for shoot this vdo? Plz reply and ur vdo editor also

  • @1122339ify
    @1122339ify 5 років тому +10

    Node vs PHP vs Django as backend

    • @devarora3770
      @devarora3770 5 років тому +2

      Depend on the type of task as backend..!!

    • @pranaydas3320
      @pranaydas3320 5 років тому

      Php

    • @gauravnagar3712
      @gauravnagar3712 5 років тому

      @Eesa Munir node working enviroment is awesome

    • @gauravnagar3712
      @gauravnagar3712 5 років тому

      @Eesa Munir here we debating on node vs php . so get that flutter out

    • @gauravnagar3712
      @gauravnagar3712 5 років тому

      @Eesa Munir it node vs php not node vs flutter

  • @suryanath8150
    @suryanath8150 4 роки тому +1

    I came here to make a choice whether I should take flutter or react native and you are saying choose what you like. I already know html css and javascript but not react. So should I take flutter or react native

  • @ronnycoding
    @ronnycoding 5 років тому +7

    Actually I code on react native, but I would like to learn flutter definitely, Thanks for the video!

  • @frankeey-onlinecourses115
    @frankeey-onlinecourses115 5 років тому +2

    talk about vue js

  • @VishalMishra-qg6zn
    @VishalMishra-qg6zn 5 років тому +14

    Always had good time with React and Redux with the JS community support so I would prefer React Native .

    • @ducmynguyen
      @ducmynguyen 5 років тому

      I think if you want to be web dev should refer reactjs.

  • @vaghaniishan379
    @vaghaniishan379 4 роки тому +1

    bro i am java developer, i am confused which i learn now a days any suggestions please

    • @harshjaiswal8264
      @harshjaiswal8264 4 роки тому

      I too have the same question

    • @vaghaniishan379
      @vaghaniishan379 4 роки тому

      @@harshjaiswal8264 bro i started flutter and i am very happy because its easy if you know java dart is very easy programming language so you can also go with flutter
      Thank you.

  • @edwardselirah4764
    @edwardselirah4764 5 років тому +3

    I already have experience in React JS and Redux so I'm going to go for React Native

  • @BK-vq9rd
    @BK-vq9rd 4 роки тому

    Last song name???please mention the song name in each video.

  • @shivamanand8998
    @shivamanand8998 5 років тому +34

    I watched this video so that I could decide which one of them to start with as a beginner. You just wasted my time.

    • @raphtlw
      @raphtlw 4 роки тому +1

      just go with flutter

  • @kingdeath889
    @kingdeath889 5 років тому +1

    i was trying to learn one best job market language for app development so which will be better / react native/ flutter/ ionic

  • @unique1o1-g5h
    @unique1o1-g5h 5 років тому +16

    you forgot the main part, the performance

    • @bryanvan9212
      @bryanvan9212 5 років тому +1

      Yunik Maharjan Which one has better performance?

    • @alinoon6113
      @alinoon6113 5 років тому +4

      @@bryanvan9212 Flutter

  • @Abhishek_Pal
    @Abhishek_Pal 5 років тому

    Hi Pawan,
    Can you please tell how to implement nested pageview, i.e. One pageview will scroll indefinitely in vertical direction and the other one is inside that can scroll in horizontal direction.

  • @Vickycj89
    @Vickycj89 5 років тому +3

    missed out the point "performance". Flutter is way more faster than react native

    • @shikharsaxena4432
      @shikharsaxena4432 5 років тому +1

      Can you elaborate on that? In what context is Flutter faster?

    • @Vickycj89
      @Vickycj89 5 років тому

      @@shikharsaxena4432 flutter is built upon dart framework which runs the UI at 60fps without any lag. Its performance is much better than any cross platform development frameworks.

    • @unique1o1-g5h
      @unique1o1-g5h 5 років тому

      @@shikharsaxena4432 it's has AOT compiler

    • @Radial9Gaming
      @Radial9Gaming 5 років тому

      @@shikharsaxena4432 flutter uses the skia renderer which works really well on mobile and everything is smooth as fuck

  • @yashkitey4325
    @yashkitey4325 3 роки тому

    I am a noob who is just starting to learn how to code .. so what should I learn as a beginner Dart and Flutter or React and JavaScript ?

  • @Grewal0007
    @Grewal0007 5 років тому +14

    14 minutes passed like seconds 😊

  • @JaiJanasena12
    @JaiJanasena12 3 роки тому

    Pubspec.yaml file not found how to solve this error plsss help me.

  • @vatsalshah9730
    @vatsalshah9730 5 років тому +3

    For me both are my favorites, but I've chosen to learn react native first from your website.

  • @pointgbreak
    @pointgbreak 5 років тому +1

    What about NativeScript?

  • @renatolins9812
    @renatolins9812 4 роки тому +6

    I think devs should learn Flutter even when having a React background, the development scenario demands us to learn a lot of new stuff always anyway!

  •  4 роки тому

    Hey! We are using Xamarin Forms but want to change it to other Cross Platform Languages. From that point which one is easier to adopt for companies likes us?

  • @bibekkakati
    @bibekkakati 5 років тому +25

    react native ⭐
    next compare... node.js vs django

    • @shortssquad1
      @shortssquad1 5 років тому +2

      Completely agree..

    • @ahmedmaher1482
      @ahmedmaher1482 5 років тому +2

      Why not both? I happily use both depending on what project I am in

    • @rahulrepal7742
      @rahulrepal7742 5 років тому

      node js best for API which uses nosql database

    • @ksgj2000
      @ksgj2000 5 років тому +1

      I think that is not comparison node.js is much more better. Django is just simple

    • @preddyshite6342
      @preddyshite6342 5 років тому

      @@ksgj2000 it's like saying c# vs phaser

  • @madanbajgai
    @madanbajgai 5 років тому +1

    what about the performance?

  • @pankaj-vlogs
    @pankaj-vlogs 5 років тому +23

    I like Flutter but right now I am working on React Native:)

    • @JonesDTaylor
      @JonesDTaylor 5 років тому

      me too. I am very advanced in React Native, but itchy to learn Flutter

    • @Ankt-nq8tw
      @Ankt-nq8tw 5 років тому

      For newbie go for react native or flutter for job?

    • @Matrixprogrammmer
      @Matrixprogrammmer 5 років тому +2

      @@Ankt-nq8tw research your local market what people or companies use more. In my case it's ReactNative.

    • @saqlainawan9104
      @saqlainawan9104 5 років тому +1

      Hy! Need a little help, need to build an application having few functionalities of ticktock. So can we do this with react-native.

  • @artmosphereID
    @artmosphereID 5 років тому

    Is flutter will be the next Angular.js thing?

  • @vengateshm2122
    @vengateshm2122 5 років тому +12

    As I am from java background I prefer Flutter to REACT NATIVE.

  • @erranbahadurbk
    @erranbahadurbk 5 років тому

    I am bit confused now, I am going to learn one of these so plase suggest me which one should I get started with???

  • @muhammadhassaansiddiqui4239
    @muhammadhassaansiddiqui4239 5 років тому +25

    Very strong points.good comparison.but i will work on flutter.inshallah

  • @ahmadsaadkhan
    @ahmadsaadkhan 4 роки тому

    video on cross platform Flutter or React Native or Python Kivy

  • @pawanwadekar
    @pawanwadekar 5 років тому +4

    02:13. ..... start with zero....
    We are programers 👉😁😁😁😁😁😁😁😁😁😁😁😀😂😀😂😂😀😀😂😂😀😂😀😂😂😂😀😂😂😀😀😂😂😂😀😂😂😀😂😀😂😂😀😁😂😀😁😀😁😀😁😁😀😀

  • @navindujayatilake5395
    @navindujayatilake5395 5 років тому +1

    Hey can you please make a video about AR(Augmented Reality) mobile applications and technologies?

  • @amitprajapati9914
    @amitprajapati9914 5 років тому +6

    Flutter is really doing well, I'm sure upcoming year it's cover react native market. 😀

    • @onurdmrts48
      @onurdmrts48 5 років тому

      lol not at all :D

    •  5 років тому +2

      There’s space to both, Flutter will create your own market, specially when Project Hummingbird comes out, web and mobile with same code.

  • @freedomonline4988
    @freedomonline4988 5 років тому

    Also threads, how's flutter handle it like, flutter is still single threaded which means if thread is busy then you can not perform any event. . Right now my current problem with react native or javascript in general is that, I can not move to routes if there is current process working such as fetching data.

  • @rajeshmca8
    @rajeshmca8 5 років тому +14

    Flutter is really good, I done one project

  • @venkatbujjamdiaries
    @venkatbujjamdiaries 4 роки тому

    have you ever heard about kony?

  • @yashrajanshukla7790
    @yashrajanshukla7790 5 років тому +22

    Definitely React native is just a amazing market catching.
    But i love flutter ..
    BTW sir how many times you tried to make the perfect star ?

  • @akankshak.5284
    @akankshak.5284 4 роки тому

    If I don't know any computer language, but I have a simple education app idea, will Flutter and Dart be easier to learn for a complete non-tech begginner? I heard that you may need knowledge of JS and basic knowledge of 2 other languages for React Native - which are too many languages to learn for me. Please let me know as I am still confused.

  • @terjeber
    @terjeber 5 років тому +20

    Flutter - for the following reasons
    1/ State management - currently (8 months after this video was published) better in Flutter than in React Native - Provider beats bloc (Flutter in Apr 2019) and redux
    2/ Anything but IOS - Flutter works far better on non-IOS than does React Native which is time and time again a nightmare to work with on Android
    3/ Dart - I disagree with your idea that JavaScript is the better solution here, if a JavaScript developer can not be comfortable in Dart in a few hours, (s)he should become bus driver or something else instead, those handful of hours will give them a programming language that is significantly better and far more maintainable
    4/ Software maintainability - sorry, Facebook is bad at this, and upgrading React Native will send your dev team into a tailspin of frustration over and over again
    10 for me/ I hate the way React mixes markup and code. I hate it in React and I hate it in React Native. It's just nasty. I know you can avoid it, but then the solution isn't anywhere as nice as Flutter. Also, check out the new language extensions in Dart 2.6, it seriously can cut down boilerplate code. Dart is heads, shoulders, torso, hips, thighs, knees and ankles above JavaScript in every way. A little less so if you use TypeScript (and if you do JavaScript, you're a fool if you don't) but still.

    • @bhargavbeemagouni8317
      @bhargavbeemagouni8317 5 років тому +1

      Yeah I agree with you for 2nd point, I heard that Dart is inspired from two languages Java and JavaScript
      they took best from two languages and made Dart, if we know any of these languages we can learn Dart within no time

    • @milanpoudel3348
      @milanpoudel3348 4 роки тому

      Sir, is provider enough to handle complex state management?just like redux?

    • @terjeber
      @terjeber 4 роки тому

      @@milanpoudel3348
      It depends. If Provider is not enough, then you can use Redux, if you wish. Most solutions do not require as advanced state management however, and for that Provider is far better and easier to work with. But still - you choose Redux if you really wish.

  • @marishwarannadar5323
    @marishwarannadar5323 5 років тому

    Can you tell me whether you had used native-base module in above mentioned react native course?

  • @MrQuadrate
    @MrQuadrate 5 років тому +5

    Moved to Flutter from Android. First of all because of language. No way I will write on JS.

  • @jaysuthar8749
    @jaysuthar8749 5 років тому +2

    Sir, Please Tell Us What Theme Do you use In VSCode?
    Thank You.

  • @KochharAmandeep
    @KochharAmandeep 5 років тому +4

    Flutter vs React Native is like.....
    Angular vs React....
    Where React Native = Angular & Flutter = React.
    I learnt both and i love both :D I even Love Angular.... Why? Because i love concepts than Brands 😂

    • @dejson420
      @dejson420 5 років тому

      But react vs angular is simplicity vs complexity so what do you mean rn = angular

    • @SoulMusicEuphoria
      @SoulMusicEuphoria 5 років тому

      Next year you would see new technology release for native app.. like Vue Native

  • @manjunathk6550
    @manjunathk6550 4 роки тому

    Hello Sir, There is no such as adaptation.May you are talking about adoption.

  • @diogoalexandre2911
    @diogoalexandre2911 5 років тому +7

    React has a lot off bugs when generating and installing apps

  • @technotrak7077
    @technotrak7077 4 роки тому

    Sir how you merge two videos with same voice???

  • @ehasaranga
    @ehasaranga 5 років тому +3

    how to wait a second and watch the full video? it 14:35 long man

  • @drchoudharygawdiya8559
    @drchoudharygawdiya8559 3 роки тому

    Dear bro we went to built a social media application which platatform is best native Vs flutter Vs kivy I learnt only python.... 🤔

  • @siddhantkumar7036
    @siddhantkumar7036 5 років тому +8

    This video will get more than 5k views within one day

  • @shivamkatiyar2899
    @shivamkatiyar2899 3 роки тому

    What about app size and speed?

  • @farislatif8846
    @farislatif8846 5 років тому +11

    Hey android studio is the ram eater

    • @manojrai561
      @manojrai561 4 роки тому +1

      That's why I have upgraded my ram to 16gb

    • @bhumit070
      @bhumit070 4 роки тому

      @@manojrai561 stuck on 4gb );

  • @DavidOkwii
    @DavidOkwii 5 років тому +1

    Saying you should choose what you like the most presupposes that you already have used both platforms to the extent that you are able to weigh the merits and demerits of both platforms objectively. Obviously this isn't the case for beginners who are watching this video to choose between the two platforms.

  • @parvezhafeez7174
    @parvezhafeez7174 5 років тому +6

    I don't know both of them, but my gut feeling is inclined with flutter. So FLUTTER

  • @virajpawar631
    @virajpawar631 5 років тому

    Song name played at the end of video??

  • @kalpeshblue2
    @kalpeshblue2 5 років тому +3

    I have just watched intro and I think Hitesh likes react native. :D

    • @sidhant251
      @sidhant251 5 років тому +1

      You can also know that hitesh likes react becoz he always wears the GREY tshirt as Mr.Zuckerberg 😁

    •  5 років тому

      Imagine he declares that his love is Xamarin lol, it’s a way to run away from this fight.

    • @kalpeshblue2
      @kalpeshblue2 5 років тому

      @ Nice1 Game over

  • @ariffiarsdev5697
    @ariffiarsdev5697 5 років тому

    what about this topic in 2020 with all your comparing items on this video..

  • @vivi9176
    @vivi9176 5 років тому +7

    I m currently working on flutter, started loving it 😍😍😍😍😍

    • @AbbasAli-kl8rl
      @AbbasAli-kl8rl 5 років тому

      I'm going to start it now dude do I need to get some hold on dart or just start off with flutter directly? I'm well versed with python syntax.
      Thankyou

  • @insideengineering2490
    @insideengineering2490 4 роки тому

    I am Mechanical engineering and haven't any knowledge of coding but I want to make my own app so please guide me which language is easy to learn ( darg or Java script) or flutter or react
    Please Reply....

  • @ariseawake3437
    @ariseawake3437 5 років тому +5

    For me React Native, Thank you