JavaScript Framework ExtJS would be the best option for large projects? [closed]

1

I would like to know if anyone has experience or great knowledge about the JavaScript ExtJS framework or some equivalent.

The goal is to know if it is recommended (recommended = best option) for sites (large sites such as virtual stores and portals, for example) and also for the development of a medium / large size system. >

The goal is to use FREE tools, since the language to be used will be PHP.

-

Specifying the question:

Besides AngularJS and Jquery, where these are among the most used, I would like to experiment with other good alternatives to use besides these. At first ExtJS had called my attention, so I quoted him in the question.

The goal is to acquire the knowledge of good alternatives either for the development of the system (back-end) or for the part of the site itself (front-end).

Thank you for the answers!

    
asked by anonymous 09.12.2014 / 18:14

1 answer

2

It will depend on what exactly this project (site or webpage) will need.

In other words frameworks like Angular, Jquery, Backbone and others have their values there and I speak for my own experience because work on a project that is not big is giant with restfull architecture and we use only angular + jquery. And answer us.

Before you decide on your framework, see what ExtJS really has that you have not found anywhere else. I really do not know you well, but from what I know to great projects by code organization, for quickness would tell you to use AngularJS.

Even for support of the community of Angular is more and more with supporters, ExtJS as I said I do not know well.

AngularJS positive points:

Possible to use test on Client-side.

Automatic Binding. All changes made to both the view and the model are automatically applied to both.

Purely declarative template. It is enough that policies are added to the HTML code, this better the readability of the template.

Unlike other APIs, it is not mandatory to extend the framework classes in the model definition. This gives the developer more freedom.

Modular architecture. This allows the creation and use of independent and specific modules in certain functionalities.

I hope I have helped.

    
09.12.2014 / 18:27