Search results

Analyzing Ext JS Apps with Chrome Performance Tools
Have you even clicked a button or selected a row in a grid in an Ext JS application and it took a long time for the action to complete? And you scratch your
head wondering why? Wouldn’t it be nice to be able to see what is happening in the browser with your application once you clicked, and be able to see all the
functions that are called and, more importantly, how long those functions are taking? Then, you would be able to address the performance issue. Well, f…

SenchaCon 2022: Virtual SenchaCon Keynote
Welcome to SenchaCon 2022! Join Sencha's General Manager, Kegan Blumenthal, as he kicks off the third annual Virtual SenchaCon with an overview of our
roadmap, whitepapers, product offerings, recent releases, and more.

Sencha Day 2022 : NPM in Sencha Ext JS Projekten & Build Pipeline
Diese Session demonstriert praxisnah den Einsatz von NPM in Sencha Ext JS Projekten. Es wird eine schrittweise Installation einer NPM Umgebung, einer
Sencha-Anwendung und hilfreicher Tools für die Entwicklung (linter, Testumgebung) demonstriert. Zum Abschluss zeigen wir euch, wie ihr mit Hilfe von GitHub
Actions eine build pipeline für euer automatisches Deployment realisiert.

ECMAScript Features in ExtJS-Projekten - Teil 2
Im ersten Teil der Webinar-Reihe "ECMAScript Features in ExtJS-Projekten" hat Thorsten Suckow-Homberg von der eyeworkers GmbH u.a. unterschiedliche
Ansätze zur Deklaration von Variablen sowie Destrukturierung von Arrays und Objekten vorgestellt. Darauf aufbauend gibt er im zweiten Teil einen
detaillierten Einblick in die Verwendung von Default-Parametern bei JavaScript-Funktionen. Es wird außerdem erklärt, was Pfeilfunktionen sind und wie sie si…

Adding React Capabilities to a Sencha Ext JS Application
Sencha Ext JS? React? Both?? You have an Ext JS application in production and it is working very well, and you would like to add some new features to your
application. You wonder if, for your new functionality, you can take advantage of one of the new libraries, like React. Is that even possible? Come to this
webinar where we will show that, indeed, it is possible. We will take an Existing Ext JS application and add a React View to it, and then use the React View to…

SenchaCon 2022: Spatial Data Collection - From Field to Customer Portal
Join Dominik Mikiewicz for a short presentation on a transition from paper-based field data collection to a web-based project management system that allows
work planning and delegation to field personnel as well as progress monitoring, report generation, and live scan car data collection preview. Collected data is
then processed by the specialists and published via a 'dashboard' application where customers may view the effects of contracted works.

SenchaCon 2022: Microfrontend : The divide & conquer approach
Join Oussama AKIR as we discuss how to make the developer’s life simpler? Moving from Monolithic and dividing it into pieces to be individually developed
and deployed. This helps the developer to keep updating the individual components of the app, regardless of other components.

Speed Up Your Development by Using GraphQL+ExtJS
We will show how you to improve server-side development productivity replacing REST architecture with GraphQL, an efficient, powerful and flexible
approach to developing web APIs. Starting from the big picture of a full stack application we’ll see : A reminder of the history and fundamental principles of
GraphQL How to make Ext-Js interact with it : we will expose the main implementation differences with the REST way From there, we will provide a compari…