Vikas
Vikas

Reputation: 422

Angular (angular 2+) Vs Ext Js 6 performance

If you have to select between ext Js 6 and Angular2+ , how you will check the performance or on what basis you will say that the one is better then then other. When it comes to performance with modern browsers which one is better to use.

Upvotes: 0

Views: 1961

Answers (2)

priyadarshi swain
priyadarshi swain

Reputation: 246

It depends on the size of the project and the team.

Extjs standard edition is sold for around $4500, the sencha test will cost you another $1000 (I guess).

If you are an individual developer then you have to meet certain requirements to get the licence.

So my point is ---

If you are a big corporate and have various application, only then Extjs makes sense as you will get dedicated support.

Since Extjs is theme based, developers don't have to worry about the design and concentrate on functionality.

On the other hand if you are an individual developer, Angular JS makes more sense.

So, I think this comparison between Angular and Extjs is not correct. Both have their advantages and disadvantages.

Upvotes: 1

Mohit Saxena
Mohit Saxena

Reputation: 1449

  1. Ext JS 6 and Angular 2+ both are JavaScript Framework but have a different concept.
  2. Ext JS 6 is not open source while Angular is open source framework.
  3. If need to create Single page application, Angular is a good framework.
  4. Angular 2 is based on typescript while Ext JS 6 is Javascript framework. That's a reason Angular works faster.
  5. Angular performance is faster because of Dependency Injection (DI) feature.
  6. Ext JS 6 have there owned UI Component while Angular works with Bootstrap or Angular Material, so If need to create fancy look application, Angular is a first choice.
  7. If you have to develop a big ERP system, Ext JS 6 is a better option.
  8. Angular support Component-based architecture that's why it is easy to develop an app in this and works faster.
  9. Ext JS 6 is completely JS written framework while in Angular we should know both HTML and JS.

Upvotes: 0

Related Questions