Developer Advocate at Hasura·

For a front end dev like me, using a mobile framework for side projects makes more sense than writing a native app. I had used Apache Cordova (formerly PhoneGap) before (because React Native didn't exist yet), and was happy with it. But once React Native came out, it made more sense to go that way instead. It's more efficient and smooth, since it doesn't have the simulation overhead, and has more access to hardware features. It feels cleaner since you don't need to deal with #WebView, using native UI widgets directly. I also considered Flutter . It looks promising, but is relatively new to the game, and React Native seems more stable for now.

MobileFrameworks #JavaScript NativeApps

READ LESS
React Native · A framework for building native apps using React (facebook.github.io)
6 upvotes·432.5K views
Avatar of Sezgi Ulucam

Sezgi Ulucam

Developer Advocate at Hasura