Latest Ext JS 7.8 is now available. Learn more

Understanding the Difference: When to Use Ext JS Classic vs. Modern Toolkit
May 31, 2024 197 Views
blog image

Ext JS is a JavaScript framework for building powerful web and mobile applications. The framework features over 140+ high-performance, fully tested, and customizable UI widgets/components. Moreover, it supports all modern browsers and cross-platform development. Ext JS provides two primary toolkits…

blog image
日本語

Ext JS 7.8リリース

このたび、Senchaチームは、Sencha Ext JS 7.8のリリースを発表しました。このリリースでは、7.7リリースに続き、Grid、Timefield、Chart、TreePanelなどユーザーの皆さんからの要望に応え、ModernおよびClassicツールキットに数多くの品質強化を行っています。また、Ext JS 7.8には、Classicツールキットの新機能Froalaに加え、CheckBox、Grid、DataViewの改善、Grid、Combo、CheckBox、Chart、Date Field、TreePanel、Storeなどに対する要望の多かった機能、双方のツールキットに対する品質改善が含まれます。 (more…)

blog image
Sencha

How to Write End-to-end Tests with The Sencha Test

No software or app is complete without testing. Software testing essentially ensures we deliver high-quality apps that work as users expect them to. There was a time when developers had to test applications manually. Luckily, today, we have various powerful…

blog image
Ext JS

Ext JS 7.8 Has Arrived!

The Sencha team is pleased to announce the latest Ext JS version 7.8 release. Following the 7.7 release, which included numerous quality enhancements in Ext JS for Modern and Classic Toolkits for customer requests focused on Grid, Timefield, Chart, TreePanel…

blog image
React

React Apps Development Using ReExt with Ext JS Components

The world is moving fast towards online businesses. Businesses are established online via social media, mobile apps, and websites. In other words, an online presence has become a need for businesses to stay competitive. You will find many tools in…

blog image
Ext JS

How to Work with Ext JS Models and Stores: Tutorial on Managing Data and State

Ext JS is a popular JavaScript framework for creating robust enterprise-grade web and mobile applications. The framework offers a rich set of high-performance and fully-tested pre-built UI components (140+). These include menus, icons, buttons, carousels, sliders, and many more. Moreover,…

blog image
Sencha

Ext JS Performance Optimization for Large-scale Applications

Are you facing issues with Ext JS applications' performance as they scale up? Don't worry! This blog covers the main topics for optimizing Ext JS application performance for large-scale application development. It is essential to know that many enterprises prefer…

blog image
Sencha

Ext JS Dynamic Forms: Hands-On Guide to Create Data Forms

Dynamic forms are changing the online world these days. Ext JS can help you integrate such forms into your website. It has scalable and excellent reusable components that help us achieve dynamic forms. Ext JS has a strong foundation for…

blog image
Sencha

How to Write Unit Tests with Sencha Test

In modern software development, unit testing has become an essential practice to ensure the quality and maintainability of code. Unit tests are low-level tests that focus on individual units or components of an application, verifying their behavior in isolation. By…

blog image
Sencha

Discover the Top 07 Architecture Patterns used in Modern Enterprise Software Development

Developing software without an architecture pattern may have been an option back then. However, that's not the case anymore. Modern software development requires apps to be flexible, scalable, and maintainable. And that's what architectural patterns are designed for. A software…