Try Upgrade Adviser – Scan Your Ext JS Codebase for V8 App Upgrade

Sencha Blog

What’s New in Ext JS 8.0
April 6, 2026 10433 Views
blog image

Ext JS 8.0 is here. We’re excited to announce the General Availability Launch of Sencha Ext JS 8.0 - a major release delivering modern enhancements, improved performance, and new capabilities across our industry-leading JavaScript framework with over 140 pre-integrated UI…

blog image
Plugins

Enhancing Component Logic: A Developer’s Guide to Ext JS Plugins

In the world of Ext JS, reusability is king. While subclassing a component is a common approach to extend functionality, it often leads to rigid class hierarchies. Plugins offer a more flexible, "plug-and-play" alternative, allowing you to inject behaviors into…

blog image
Plugins

JavaScript Grid Libraries: A Complete 2026 Guide for Enterprise Developers

Last Updated: June 17, 2026 JavaScript grid libraries have evolved significantly into 2026, with enterprise-grade solutions handling very large datasets through native virtualization, store-based data binding, and disciplined memory management. Modern grids align with current web standards, support comprehensive ARIA…

blog image
Plugins

An Introduction To A High-Performance JS Grid

Nowadays, a large amount of data keep generating in businesses, and sometimes they need to display that information on websites for the consumers. The common way of displaying data on a website is using an HTML table. However, showing a…

blog image
Plugins

Ext JS 7.5 Has Arrived!

The Sencha team is pleased to announce the latest Ext JS version 7.5 release. Following the 7.4 release, which included highly requested features and upgrades such as four new rich JS Grid features and quality improvements in both toolkits, 7.5…

blog image
Plugins

How to Sort, Filter, and Group Data With JavaScript and the Ext JS Grid

Last Updated: June 25, 2026 Data manipulation is essential for any application that displays records to users, and the Ext JS Grid provides comprehensive built-in support for sorting, filtering, and grouping large datasets. This guide explains how to implement multi-column…

blog image
Plugins

Debugging Ext JS Applications using Visual Studio Code and Google Chrome

Two of the hottest development tools available to any web developer, Visual Studio Code (VSCode) and Google Chrome, seamlessly integrate to provide the most comprehensive debugging environment known to javascript. Gone are the days of console-log mazes – now is…

blog image
Plugins

Early Access to Sencha Plugin for Visual Studio 2017 is Now Available

We’re pleased to announce that the early access version of the Sencha Visual Studio 2017 Plugin is now available. Sencha Visual Studio Plugins were created with the goal of streamlining the development process for Sencha Ext JS developers using Visual…

blog image
Plugins

Speed Up Your Ext JS 6.5 Development with Sencha Visual Studio Plugin

Sencha Visual Studio Plugin is popular among Ext JS developers using .Net, and we have seen more than 10,000 downloads from the Visual Studio Marketplace and the Sencha Support Portal. We’re pleased to announce that Visual Studio Plugin 6.0.6 is…

blog image
Plugins

Complete All The Things! A Guide to Code Completion in Sencha IDE Plugins

[caption id="attachment_13084" align="alignright" width="300"] via Imgflip GIF Generator[/caption] In 2015, my team developed plugins for three of the most popular IDEs: Eclipse, Visual Studio, and the JetBrains product line (IntelliJ, WebStorm, RubyMine, PhpStorm, and PyCharm). Ext JS is a vast,…