DEV Community

Discussion on: React Native Vs Flutter For Cross-Platform Development In 2020

Collapse
 
luisnomad profile image
Luis Serrano 🇪🇺

Awesome comparison, thank you!

I've found something that looks like a mistake:

In the "Code Reusability" section, it says "The entire point of a cross-platform framework is to avoid reusing code". Maybe you meant "code duplication"? Reusing code is not something to avoid, is actually the goal :)

Other than that, awesomely explained, I've just discovered Flutter today and your article gave me a nice overview, and since I am coming from React/react-native, I understand your points better when compared to what I know.