Why use Ext JS?
Let’s check some points:
- Very well suited to desktop like application.
- Thoroughly tested components.
- Consistent look and feel.
- Based on the easily understandable object oriented programming practice.
- Grid components coming with ExtJS provide functionalities like sorting, searching, pagination and editable columns out of the box.
- Professional rapid prototyping tools from Sencha.
- The browser compatibility is amazing, one of the headache faced by developers.
- The support from Sencha is quick.
- Well suited to data rich applications.
- Nice set of widgets.
- Supports MVC and MVVC models.
- Designed to make those single page apps.
- Make great charts easily.
- Great documentation and examples with videos on Sencha website.
- Store supports two way binding to the UI.
- Testing can be done using Jasmine.
- So firms can put the blame on Sencha and save their ….

Comments
Post a Comment