Ext Core Question:

Explain Benefits of ExtJS?

Tweet Share WhatsApp

Answer:

Given the wide range of JavaScript libraries available it was important to choose the right one. We needed to choose a library that was consistent in the way that it presents information to the user, but also consistent in the way that you code using the library.

With all Ext components extending the ‘Observable’ class we had the ability to write consistent code in an event-driven manner, much like writing a desktop application, not easily achieved with other libraries. What’s more is that we knew it would work cross-browser, again something not easily achieved that saves countless hours on large projects.

Download Ext Core PDF Read All 9 Ext Core Questions
Previous QuestionNext Question
What is Ext.NET?Explain Ext JS browser support?