Search code examples
nativescriptnativescript-angular

NativeScript Angular vs ts/xml


Which one should I choose for my new Mobile App project?

  • NativeScript with Angular or

  • NativeScript with ts/XML?

What are pros and cons?


Solution

  • If you are familiar with frameworks like Angular / Vue Or at least willing to learn if your project timeline allows, you should go with one of the framework for the features set it offers out of the box.

    If you are feeling very much comfortable at JS / TS, then you are good with NativeScript Core itself. End of the day all your code is just JavaScript and there is nothing like one could be done only with Angular / Vue.

    The choice purely depends on,

    1. Your comfort level with the framework
    2. Whether your project relies on any crucial feature offered by the framework
    3. Is it possible to handle everything on your own rather spending time in learning a whole new framework?