@@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 :)
@@abdurrahmanrobin4915 Thanks, I generally work as research scientist was planning to learn mobile platform aswell, had hard time deciding between Flutter and React Native.
@@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
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.
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
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.
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.
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....
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.
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 😆
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.
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...
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
@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.
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.
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.
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
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 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.
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😅
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
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.
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.
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.
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.
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
@@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.
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
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
@@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.
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.
@@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.
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?
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.
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.
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.
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 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.
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 😂
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.
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
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....
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
and what's your opinion? 🙃
@@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 :)
@@abdurrahmanrobin4915 Thanks, I generally work as research scientist was planning to learn mobile platform aswell, had hard time deciding between Flutter and React Native.
@@Navhkrin Go for flutter.
@@abdurrahmanrobin4915 my app get fucked after i updated react native to 0.60 damn this
Java and Swift coders be like:
Keep going, we're listening.
Actually I enjoyed the video. But I still love native. So native all the way :P
🤣🤣🤣
🤣🤣🤣🤣
Java n Swift : Mhmm...... ofcourse it is 😏
I have worked on React native and just started learning Flutter... an I am loving it. So My Star to Flutter😍 .
Can you tell me from where to learn React Native?
@@gauravg2359 go to this vid desc and pump the React Native Course link
@@gauravg2359 go to Coursera
@@devbratdubey7598 Thanks. Any specific course name on Coursera?
@@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
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.
Thanks for the insights, im in the verge of choosing
Can you develop a food delivery app with flutter. Tell me the cost also
Hello, I am student so I need some help. Is there anyway I can contact you.
PROV-TECH-PARK i’ll do if you need .. text 9729198082
@@thewebcreator2825 whatsapp at +917010755728
Can You Please Continue Dart/Flutter Tutorial Series?
Paisa
@@saharamanson1970 ha ha
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
So which is preferred now RN or Flutter?
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.
good buoy
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.
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....
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.
Being iOS developer, which cross platform has more promising future ?
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?
Currently, React Native is Popular. But Flutter is The Future.
I also think so
yep, but you should learn Dart. Am i right ?
@@prathmeshbendbhar6555 am already professional flutter developer
@@iammusalman sir, How many years of work experience do you have?
@@prathmeshbendbhar6555 1.5 years
I love React.js on the web side but on the mobile side i love to use flutter fro sure
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 😆
Yeah from India is the best content maker
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
nobody:
comparison vids: i think it depends
Haha so true...it is never black and white with a clear winner.
yes because everyone has their own statics and they love them and they dont give that up for someone
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.
any framework appears and claims that it is going to replace the native
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...
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
sorry but you mean procedural?
@@ivan0kurnia I think. This guy seems stupid.
Stupid... JavaScript already has classes, objects and things. And React native is written in JavaScript and JSX. So it is automatically OOP.
@rasuru everyone knows that one can write C in C++.
Hi Sir , Can you cover same discussion now ? We want current competition advantages.
As a react web developer, no doubt i will go for react native even it has a lots of cons
@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.
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.
Hey Gunjan! Would you be open to exploring job opportunities in web development currently?
So you said to choose which ever one we love... How does a native android developer choose
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.
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
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.
@@shivanigaddagimath6105 thank you for the opportunity but I am working currently. Have a nice day.
@@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.
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😅
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
great video! What is the name of the song playing at the end?
Ready to go - SKALE - E - TRON
ua-cam.com/video/QiRpXC2qDp8/v-deo.html
man!! you got a hell of a taste in music...love those songs in the end
Flutter is my favourite... after mwdium dealing with RN
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.
What is that Join button for next to the subscribe button?
"Pain in the rear"😂when you wanna speak clean
😆😆
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.
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.
I love React Native (as a web developer). Hope it'll get better as it now got a competitor.
Bro, that is react js. Both are diferrent
I think both are amazing in their own way . It's just like choosing between heads and tails ..
I ❤️ flutter
I ❤️ react native
Hey Akshit! Are you a student or working currently? Would you be interested to explore job opportunities in web development currently?
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.
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
Hey Naga Manikanta! Are you looking out for web development job opportunities currently? We are a web dev company and looking for developers.
@@shivanigaddagimath6105 which company?
@@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.
Anyway😂
Flutter is future😎
@@ramonacedo37 thanks for the link. i never knew it existed
@@ramonacedo37 Nope, not gonna happen. Flutter with Fuchsia will play a central role in Google's ambient computing future.
@@nadeemshaikh7863 flutter team officially haven't talk about fuchsia and if about future no one can predict it.
@@hassanosama357 Yeah that's true, nothing is certain.
Flutter is good
Can you make some video on flutter and aws...how to use aws in flutter...sir
do you have skills to give continue tutorials on flutter or react
He only doesn't have time
What is the title of the music in the end of the video ? I really love it
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
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
I need to make a full fleged social media app for commercial use. Which framework do I go for??
2:14 Yes we are programmer😎
#iLoveFlutter❤
Bro what camera do u use for shoot this vdo? Plz reply and ur vdo editor also
Node vs PHP vs Django as backend
Depend on the type of task as backend..!!
Php
@Eesa Munir node working enviroment is awesome
@Eesa Munir here we debating on node vs php . so get that flutter out
@Eesa Munir it node vs php not node vs flutter
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
Actually I code on react native, but I would like to learn flutter definitely, Thanks for the video!
talk about vue js
Always had good time with React and Redux with the JS community support so I would prefer React Native .
I think if you want to be web dev should refer reactjs.
bro i am java developer, i am confused which i learn now a days any suggestions please
I too have the same question
@@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.
I already have experience in React JS and Redux so I'm going to go for React Native
Last song name???please mention the song name in each video.
I watched this video so that I could decide which one of them to start with as a beginner. You just wasted my time.
just go with flutter
i was trying to learn one best job market language for app development so which will be better / react native/ flutter/ ionic
you forgot the main part, the performance
Yunik Maharjan Which one has better performance?
@@bryanvan9212 Flutter
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.
missed out the point "performance". Flutter is way more faster than react native
Can you elaborate on that? In what context is Flutter faster?
@@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.
@@shikharsaxena4432 it's has AOT compiler
@@shikharsaxena4432 flutter uses the skia renderer which works really well on mobile and everything is smooth as fuck
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 ?
14 minutes passed like seconds 😊
Pubspec.yaml file not found how to solve this error plsss help me.
For me both are my favorites, but I've chosen to learn react native first from your website.
It depends on your requirments
What about NativeScript?
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!
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?
react native ⭐
next compare... node.js vs django
Completely agree..
Why not both? I happily use both depending on what project I am in
node js best for API which uses nosql database
I think that is not comparison node.js is much more better. Django is just simple
@@ksgj2000 it's like saying c# vs phaser
what about the performance?
I like Flutter but right now I am working on React Native:)
me too. I am very advanced in React Native, but itchy to learn Flutter
For newbie go for react native or flutter for job?
@@Ankt-nq8tw research your local market what people or companies use more. In my case it's ReactNative.
Hy! Need a little help, need to build an application having few functionalities of ticktock. So can we do this with react-native.
Is flutter will be the next Angular.js thing?
As I am from java background I prefer Flutter to REACT NATIVE.
Have u used react native before
@@Ankt-nq8tw
No I haven't.
Same
I am bit confused now, I am going to learn one of these so plase suggest me which one should I get started with???
Very strong points.good comparison.but i will work on flutter.inshallah
video on cross platform Flutter or React Native or Python Kivy
02:13. ..... start with zero....
We are programers 👉😁😁😁😁😁😁😁😁😁😁😁😀😂😀😂😂😀😀😂😂😀😂😀😂😂😂😀😂😂😀😀😂😂😂😀😂😂😀😂😀😂😂😀😁😂😀😁😀😁😀😁😁😀😀
😄
👍👍👍
Love ur videos.....
Hey can you please make a video about AR(Augmented Reality) mobile applications and technologies?
Flutter is really doing well, I'm sure upcoming year it's cover react native market. 😀
lol not at all :D
There’s space to both, Flutter will create your own market, specially when Project Hummingbird comes out, web and mobile with same code.
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.
Flutter is really good, I done one project
have you ever heard about kony?
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 ?
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.
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.
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
Sir, is provider enough to handle complex state management?just like redux?
@@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.
Can you tell me whether you had used native-base module in above mentioned react native course?
Moved to Flutter from Android. First of all because of language. No way I will write on JS.
Sir, Please Tell Us What Theme Do you use In VSCode?
Thank You.
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 😂
But react vs angular is simplicity vs complexity so what do you mean rn = angular
Next year you would see new technology release for native app.. like Vue Native
Hello Sir, There is no such as adaptation.May you are talking about adoption.
React has a lot off bugs when generating and installing apps
Sir how you merge two videos with same voice???
how to wait a second and watch the full video? it 14:35 long man
Dear bro we went to built a social media application which platatform is best native Vs flutter Vs kivy I learnt only python.... 🤔
This video will get more than 5k views within one day
Damn!
What about app size and speed?
Hey android studio is the ram eater
That's why I have upgraded my ram to 16gb
@@manojrai561 stuck on 4gb );
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.
I don't know both of them, but my gut feeling is inclined with flutter. So FLUTTER
And you're right
Song name played at the end of video??
I have just watched intro and I think Hitesh likes react native. :D
You can also know that hitesh likes react becoz he always wears the GREY tshirt as Mr.Zuckerberg 😁
Imagine he declares that his love is Xamarin lol, it’s a way to run away from this fight.
@ Nice1 Game over
what about this topic in 2020 with all your comparing items on this video..
I m currently working on flutter, started loving it 😍😍😍😍😍
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
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....
For me React Native, Thank you