Principles

Native vs. react-native

If there is no significant reason to develop two applications in either java for android or in swift for iOS we develop our applications using react-native which gives us following benefits:

  • Shared code for both android and iOS

  • Close to the way we develop our react.js applications for web

  • Reuse of the existing modules done for react-native (visual, client)

  • ...

Last updated