Latest Ext JS 7.8 is now available. Learn 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…

blog image
Sencha

JavaScript Design Patterns: A Hands-On Guide with Real-world Examples

As a web developer, you know how popular JavaScript is in the web app development landscape. It powers thousands of web applications, from simple to complex, adding interactivity and enhancing the user experience. While JavaScript helps create high-performance, functional apps,…