Search code examples
androidreactjstabris-js

Which javascript framework works best in mobile app development


I want to know about for the native app development which framework should i choose Reactjs or Tabrisjs.

Please explain the advantage and disadvantage of both the frameworks.


Solution

  • You can go through Reactjs Advantage

    For mobile app development, you can also use Meteor: Build Apps with JavaScript

    Performance and UI-Design these two are the key component of mobile app development.

    I went through these two:

    Performance

    I personally prefer React.

    Reactjs, the web version, uses the dom so it requires a webview to run in native environments. This means that any transition, any animation, any interaction will happen as fast as it can happen on a webview. The web isn't as fast as native - yet, at this moment, for a while.. I don't know -

    Getting started with Tabris.js is somewhat easier since the Tabris.js developer apps (that you install on your mobile device), save you from having to mess about with Xcode, provisioning profiles, Android SDKs and such. To be honest, I am not sure on what support React native has for Windows development.

    With Tabris.js you can be running native code that you wrote, on your device, in 5 mins - you can use Windows, Mac, Linux, Whatever... Basically you need an internet connection, a mobile device, and a text editor. - advocate @ Tabris.js

    Design

    The tools for design methodology is similar in all respective. you can achieve it.