- Learning Ext JS(Fourth Edition)
- Carlos A. Méndez Crysfel Villa Armando Gonzalez
- 343字
- 2021-07-16 13:20:28
Chapter 1. An Introduction to Ext JS 5
When learning a new technology such as Ext JS, some developers face a hard time to begin with, so this book will give you the best possible way to start to understand this technology more than any other source. We have to go from the library documentation to blogs and forums looking for answers, trying to figure out how the library and all the components work together. Even though there are tutorials in the official learning center, it would be great to have a guide to learn the library from the basics to a more advanced level; this is the main goal of this book.
Ext JS is a state of the art framework to create Rich Internet Applications (RIAs). The framework allows us to create cross-browser applications with a powerful set of components and widgets. The idea behind the framework is to create user-friendly applications in rapid development cycles, facilitate teamwork (MVC or MVVM), and also have a long-term maintainability.
Ext JS is not just a library of widgets anymore; the brand new version is a framework full of new exciting features for us to play with. Some of these features are the new class system, the loader, the new application package, which defines a standard way to code our applications, and much more awesome stuff.
The company behind the Ext JS library is Sencha Inc. They work on great products that are based on web standards. Some of the most famous products that Sencha also have are Sencha Touch and Sencha Architect.
In this chapter, we will cover the basic concepts of the framework of version 5. You'll learn how to set up the library or SDK and create our first program, get to know the available tools to write our code, and take a look at some of the new features in Ext JS 5.
- Considering Ext JS for your next project
- Getting started with Ext JS—our first program
- Tools and editors
- What's new in Ext JS 5?
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- 自制編程語言
- Swift語言實戰精講
- HTML 5與CSS 3權威指南(第3版·上冊)
- NoSQL數據庫原理
- Mastering Akka
- Vue.js 2 Web Development Projects
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Unity Character Animation with Mecanim
- RubyMotion iOS Develoment Essentials
- Building Dynamics CRM 2015 Dashboards with Power BI
- 硬件產品設計與開發:從原型到交付
- Neo4j 3.x入門經典
- Mastering Python
- C語言程序設計