Flutter Vs React Native [2021] | Which one is FASTER? | Performance and Build size Benchmark

Flutter Vs React Native [2021] | Which one is FASTER? | Performance and Build size Benchmark

Smart Code App

3 года назад

13,495 Просмотров

Ссылки и html тэги не поддерживаются


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

@manikandans4520
@manikandans4520 - 12.03.2021 17:28

Really awesome

Ответить
@marvinfok65
@marvinfok65 - 23.05.2023 07:51

All these is totally unimportant data for real applications! What is important is the actual startup time of the app on a phone on a published app! Users don't give a damn about your build time or whatsoever, they are only concerned about how long it takes for them to see a working app when they launch the app! Developers always forgets that the app is for users, not for some fancy comparison! I hate it when some channel say that this is faster than the other but never mentioned that it is only faster by less and a second! This kind of developer fanboy demo is a waste of time!

Ответить
@_dinesh
@_dinesh - 30.11.2022 23:16

Great video thank you bro! However, debug builds that are smaller size means less functionality for troubleshooting and debugging. Not necessarily the winner! Release builds are more important.

Ответить
@code-to-learn
@code-to-learn - 19.10.2021 19:23

Flutter is faster

Ответить
@oinamworld4405
@oinamworld4405 - 22.09.2021 18:30

You are a flutter developer that's why

Ответить
@dayworkhard
@dayworkhard - 15.07.2021 18:50

In year 2021 I go for flutter

Ответить
@leopet6815
@leopet6815 - 22.06.2021 11:49

Does anyone have experience with both?

Ответить
@alokmishra3915
@alokmishra3915 - 29.05.2021 21:04

You can't compare debug app size because it will not be distributed. You need to compare the release version apk. In my experience release version fat apk of flutter is around 28-30 MB. If you create an android bundle using flutter install size of the app is around 10-13 MB (If an app does not contain lots of assets).
Most important is user experience so you also need to compare how well the app is running on the device. And for that, you also need to use the release or profile version of the app not debug.

React Native app re-run is quick because it does not have to compile just needs to push code to mobile but because flutter needs to compile it takes more time for a re-run. This is a disadvantage of flutter but it pays off because the user experience is much smoother almost like a native app.

React Native has the big issue of when you run the app the first time or you clean build and run the app. If you got lots of libraries and you got large projet it takes 5+ minutes to run some times 10+ minutes as well. But in flutter the difference between small and large app is not that big. Also, the first-run and re-run of flutter app are not that big.

Ответить
@medzikuser
@medzikuser - 14.05.2021 15:18

In react native, in my opinion, you should count from the end of the installation, i.e. after npx, which is then what rect native works.

Ответить
@mohitagrawal6179
@mohitagrawal6179 - 29.04.2021 17:22

IMO, second build time is not very much important because we have hot reloads once our app is running. so, flutter is again a clear winner there

Ответить
@adil_k
@adil_k - 19.04.2021 20:09

Completely false information

Ответить
@Enekoos
@Enekoos - 07.04.2021 11:36

apk debug size is important? why not evaluate release size?

Ответить
@alexkey9372
@alexkey9372 - 05.04.2021 23:46

react native is better from my experience. used both in practice.

Ответить
@arupnaskarbkp
@arupnaskarbkp - 30.01.2021 17:18

Flutter best..and hero

Ответить
@aradhanaiyer2863
@aradhanaiyer2863 - 19.01.2021 21:18

Being around you makes everything better.Good job ...
Team

Ответить
@vkartaviy
@vkartaviy - 15.01.2021 13:02

You are using npx that is downloading react native from web and comparing it with flutter that is already pre downloaded.

Ответить
@Tech1st
@Tech1st - 13.01.2021 18:33

flutter always best

Ответить
@mermonkey8295
@mermonkey8295 - 08.01.2021 22:04

Small sample. From the video, we can see that u tried everything once instead of trying multiple times and taking the average of the results.
The test is questionable. You didn't even know why creation run for a second longer in the second try with flutter when you started it alone.
There are no constants in hardware, if u would run it one more time I can guarantee you that the result would be different from the first and second try. Also, you are comparing two different apps you should build one that looks the same using both platforms.

Ответить