DEV Community

Choosing between React Native and Flutter

Andrei Xavier de Oliveira Calazans on August 05, 2019

Cross post from my own blog post The rise of Flutter brought doubt to the decisions for a new mobile project. This doubt did not exist back in 2...
Collapse
 
sethusenthil profile image
Sethu Senthil

I feel like learning flutter is a good investment because of Fushia os. This isn't a real reason since we don't know if Fushia is ever going to be released and when but since they use the same API when the OS comes out your app will already be compatible.

Collapse
 
fakenickels profile image
Gabriel Rubens Abreu

Really well written overview! Thanks for this

Collapse
 
chimon1984 profile image
Ryan Edge

That thoughtbot article doesn't depict a correct comparison. See thoughtbot.com/blog/examining-perf...

Collapse
 
chimon1984 profile image
Ryan Edge
Collapse
 
rubensdemelo profile image
rubensdemelo

The dart code insn't compiled to a C/C++ library but for arm/x86 libraries.

Collapse
 
andreicalazans profile image
Andrei Xavier de Oliveira Calazans

Thank you for the correction!
I corrected with the following
"The Dart code (both the SDK’s and yours) are ahead-of-time (AOT) compiled into a native, ARM and x86 libraries" - Reference: flutter.dev/docs/resources/faq#how...

Collapse
 
shermayster profile image
Pavel Shermayster

The best overview I've read. Thank you!

Collapse
 
tgmarinhodev profile image
Thiago Marinho

Great overview, thanks for sharing!