Overview
ProductRatingMost Used ByProduct SummaryStarting Price
AngularJS
Score 9.1 out of 10
N/A
AngularJS is a web developer's platform free and open source and an MIT-style license. Angular enables users to build features quickly with simple, declarative templates. Templates can be extended with the user's own components, or a wide array of existing components. Angular-specific help and feedback is available with nearly every IDE and editor.
$0
NativeScript
Score 4.8 out of 10
N/A
NativeScript is an open source framework that allows you to create native iOS and Android apps, with one codebase, using ​the web skills you already have (JavaScript and CSS) and ​the libraries you already love​.N/A
SAP Extension Suite (discontinued)
Score 8.4 out of 10
N/A
The SAP Extension Suite (formerly part of the SAP Cloud Platform) is a legacy solution that enabled businesses to rapidly build and enhance applications, processes and experiences, with the goal of driving agility and flexibility, while extending the value of applications. The product has obsolesced, and modern offerings including SAP Build or theN/A
Pricing
AngularJSNativeScriptSAP Extension Suite (discontinued)
Editions & Modules
No answers on this topic
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
AngularJSNativeScriptSAP Extension Suite (discontinued)
Free Trial
NoYesYes
Free/Freemium Version
YesYesNo
Premium Consulting/Integration Services
NoNoYes
Entry-level Setup FeeNo setup feeNo setup feeNo setup fee
Additional DetailsThe NativeScript framework and CLI are completely free and open source. NativeScript Sidekick is a free download to improve developer productivity with optional paid tiers for power users.
More Pricing Information
Community Pulse
AngularJSNativeScriptSAP Extension Suite (discontinued)
Best Alternatives
AngularJSNativeScriptSAP Extension Suite (discontinued)
Small Businesses
React (React.js)
React (React.js)
Score 8.8 out of 10
Visual Studio
Visual Studio
Score 8.8 out of 10
Visual Studio
Visual Studio
Score 8.8 out of 10
Medium-sized Companies
React (React.js)
React (React.js)
Score 8.8 out of 10
Visual Studio
Visual Studio
Score 8.8 out of 10
Visual Studio
Visual Studio
Score 8.8 out of 10
Enterprises
React (React.js)
React (React.js)
Score 8.8 out of 10
Visual Studio
Visual Studio
Score 8.8 out of 10
Visual Studio
Visual Studio
Score 8.8 out of 10
All AlternativesView all alternativesView all alternativesView all alternatives
User Ratings
AngularJSNativeScriptSAP Extension Suite (discontinued)
Likelihood to Recommend
8.0
(1 ratings)
4.8
(13 ratings)
9.0
(15 ratings)
Likelihood to Renew
-
(0 ratings)
8.0
(1 ratings)
-
(0 ratings)
Usability
8.0
(1 ratings)
-
(0 ratings)
-
(0 ratings)
Support Rating
-
(0 ratings)
1.0
(2 ratings)
-
(0 ratings)
User Testimonials
AngularJSNativeScriptSAP Extension Suite (discontinued)
Likelihood to Recommend
Open Source
In scenarios where a frontend software is needed to be developed and it needs to have support for various third party modules like customisable tables for showing data and calendar, button elements etc and when support is needed in debugging issues with the software, AngularJS is recommended as it is heavily used by a number of people.
Read full review
Progress Software Corporation
I gotta be honest, after a PoC period, we choose to rewrite the whole application in a different cross-platform app. Our developers had to invest a lot of time and effort to debug a lot of plugin-related issues, which we needed to utilize the android mobile phone capabilities. QR reader, special visualizations, and fine-tuning were really hard and often resulted in writing native Android code instead of using the shared Angular code. In the end, we think that writing a standalone Android app and an Angular app would have been a better alternative, as the shared code base was so unreliable that it did not save us any time.
Read full review
Discontinued Products
The adoption of SAP Extension Suite is growing significantly and it has become a strategic platform for our company. SAP Extension Suite will most likely meet the requirements of most companies to get beyond small workgroup apps and tackle more strategic requirements. The most important thing that SAP Extension delivers is a single UI for development effort for web and mobile deployment.
Read full review
Pros
Open Source
  • software building
  • maintanence
  • third party module support
Read full review
Progress Software Corporation
  • True native app. The app uses native components and that is quite noticeable in the overall performance of the app. NativeScript is also awesome in the way we can access the native APIs, so we are never really constrained by the framework. If we need, we can just dive into the native APIs without leaving our environment and language (JS).
  • Cross-platform. Builds for Android and iOS. It deals with the platforms differences very well.
  • Support for Vue.js. Even though it is just a community effort, the NativeScript-Vue plugin is the best alternative to build native Apps with Vue.js. That was a major factor to go with NativeScript.
Read full review
Discontinued Products
  • Reduces the length and cost of system development and integration
  • Empowers developers to acquire a new skill to deliver applications and other services efficiently
  • Enabled the innovation team to transform the way services are accessed and delivered
  • Ensures scalability of apps used simultaneously by thousands of customers
Read full review
Cons
Open Source
  • it is heavy, can lead to frontend being heavy and laggy at times
  • whole page in case a value changes on a page
  • big issue when converting your code from Angular 1 to Angular 2+
Read full review
Progress Software Corporation
  • The need to know the native Android and iOS APIs to access device hardware and other platform-specific functionality
  • Not all user interface components are available for free
  • NativeScript has no HTML and DOM, which requires some deep knowledge of different UI tools to be implemented instead
Read full review
Discontinued Products
  • It was a bit of a hassle to configure at first but once setup it's easy and fast.
  • At a certain time they removed key items used in pipelines to force upgrades.
  • The new UI though works well feels less intuitive than the previous one.
Read full review
Likelihood to Renew
Open Source
No answers on this topic
Progress Software Corporation
The hybrid is ok but native is better for performance and the right use case I want to go for is the performance without dealing with too many development tools.
Read full review
Discontinued Products
No answers on this topic
Usability
Open Source
It is a great framework to build softwares with support for its features and vast number of courses to understand, learn and when stuck, debug the issues faced while developing. Many free of cost modules and third party libraries which one can download and use along with some paid ones with great support and resources to help build using those libraries.
Read full review
Progress Software Corporation
No answers on this topic
Discontinued Products
No answers on this topic
Support Rating
Open Source
No answers on this topic
Progress Software Corporation
The community support is excellent.
They have a slack community as well as a discourse forum
forum.nativescript.org
Both of these offer community driven support.
The forum is more for a threaded discussion. The slack community is more for a quick talk.
Read full review
Discontinued Products
No answers on this topic
Alternatives Considered
Open Source
AngularJS is older and has more module/package support but is way heavier as compared to React while React is light weight and has concepts like virtual DOM to make the project light and save time from unnecessary reloading of the whole page. AngularJS is better when it comes to module and third party package support.
Read full review
Progress Software Corporation
Ionic Ionic is an excellent Angular-based framework for mobile, and it does give a lot of access to the native device api's. However, the technology is based on Cordova, which means the apps being built are just webviews, with html, css and JS all running on the UI thread, and potentially creating very slow experiences for users. NativeScript is a truly native solution, and so provides a faster user experience. ReactNative We evaluate ReactNative, and found it much the same as NativeScript. The main difference is that your JS is all written with React, while NativeScript lets you choose between normal JS, Angular, and Vue. For our team, Angular was the most appropriate choice.
Read full review
Discontinued Products
We have been able to work in a much more agile way with SAP Extension Suite, and there is a lot of excitement that developing with this platform is significantly faster. SAP Extension Suite is the perfect fit to build great-looking applications that work on any form factor, be it [a] smartphone, laptop, or tablet, and within budget.
Read full review
Return on Investment
Open Source
  • Frontend development and maintenance
  • Good support for the third party paid modules that you use
  • Easy to grasp concepts and unique concepts like observables
Read full review
Progress Software Corporation
  • The poor quality of NativeScript documentation has the potential to weigh heavily on development timelines, budgets, and QA resources in a NEGATIVE manner.
  • The poor interoperability of NativeScript plugins can significantly increase development time.
  • The need to seek out professional instruction to learn how to use NativeScript effectively may become a burden on your budget.
  • The number of breaking changes between versions of NativeScript, may cause your development efforts to lag further behind the most recent releases of NativeScript and your other chosen environments than you are accustomed to.
  • NativeScript still does not support the latest major version of Angular. Any significant changes to the other environment components of your systems may hold you back even further while NativeScript plays catch-up.
Read full review
Discontinued Products
  • Faster development cycle due to native integration with SAP products
  • Negative short-term ROI due to the lack of training material and significant differences with the previous version of the same tool (SAP Web IDE)
  • Tighter integration with corporate programming guidelines since SAP Extension Suite offers great integration with DevOps pipeline solutions
Read full review
ScreenShots

NativeScript Screenshots

Screenshot of Example of a styled NativeScript list viewScreenshot of Charts and graphs available as part of NativeScript UIScreenshot of Groceries – the app you build as part of the getting started tutorialScreenshot of Leverage native mapping systems with NativeScript

SAP Extension Suite (discontinued) Screenshots

Screenshot of SAP FioriScreenshot of SAP Intelligent Robotic Process AutomationScreenshot of SAP Business Application StudioScreenshot of Build a mobile appScreenshot of Mobile app client