Common Mistakes to Avoid When Working with ExtJS Theme — Ext JS
Sencha has a very popular JavaScript Ext JS framework, which boasts a large number of libraries for developing highly-featured, responsive, and eye-catching applications in JavaScript. One of its most appealing features is themable and customizable UIs based on brand identity, especially in the case of ExtJS 7 themes . But themes and their customization bring certain common mistakes along with them while working with ExtJS themes . This article addresses those mistakes and how one can avoid them. Ignoring Base Theme Selection Any Ext JS project starts with selecting a base theme, such as the Triton, Material, or Classic base themes. A common error happens when the base theme is not ideally suited to the needs of the project. Solution: Validate the UI needs against the goals of that application. For example: For modern feel: Material. For backward compatibility with legacy applications: Classic. Experiment with ExtJS 7 themes for a...