Slide 10
Slide 10 text
Flutter vs React Native
Dart
Compiles to native code
Own implementation of the
platform components. Draws
directly using a canvas
Text editor plugins + IDE support
Newer technology and not as much
support
✦ Javascript
✦ Uses the Javascript bridge
✦ Uses the platform native
components. Context switching
between JS and native
✦ Text editor plugins
✦ Larger community and more
support