Help determine. What would be better. Make the interface clean on html and css or extjs
- @Doj; If you are given an exhaustive answer, mark it as correct (click on the check mark next to the selected answer). - Nicolas Chabanovsky ♦
- one@Doj you to implement admin or something else? I remember that the admin panel CMS MODx is written on it. Last time I worked with this framework about 3-4 years ago. A rather difficult decision, both in mastering and in performance. In addition, as soon as you start using it, you will have a lot of questions that you will most likely ask here. I'm afraid there won't be many answers. If the admin is still there, then look at ng-admin , this solution is written in AngularJS. - romeo
|
1 answer
Extjs is not just a way to create a layout, as opposed to "pure html + css". This framework greatly expands the ability to manage components and state tracking. In addition, there are many things that are impossible without JS in principle, respectively, are impossible in pure HTML + CSS.
As always, the decision depends on the specific task. But once the question arose in this formulation, then use html + css. Cheaper and faster out. ExtJS is an advanced solution of a completely different level.
|