lucasmontano / Mobile-Performance-Test

Simple text-only clock application to compare React Native vs. Flutter vs. Native performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile-Performance-Test

Simple text-only clock application to compare React Native vs. Flutter vs. Native performance

In a rainy day I got myself thinking how reliable the affirmation "Native Performance" really was when using React Native and Flutter. So, following the Quick Start introduction page from each platforms/frameworks I created this three projects.

The product requirement for this experiment is:

  • Show the current time in a Text ui element in the following format: yyyy/mm/dd hh:mm:ss milliseconds
  • Refresh the text every 1 millisecond by writing the new time in the screen

About

Simple text-only clock application to compare React Native vs. Flutter vs. Native performance


Languages

Language:Dart 26.5%Language:Objective-C 24.3%Language:Ruby 11.2%Language:Java 10.4%Language:Kotlin 9.7%Language:Python 9.5%Language:JavaScript 8.4%