current location: Home > Download > Learning resources > Web page production > Getting started with the Ext-JS development framework
Getting started with the Ext-JS development framework
Classify: Learning materials / Web page production | Release time: 2018-01-10 | visits: 2991047 |
Download: 157 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 How Can PHP Simplify Date and Time Management Across Different Time Zones?
- 2 Dark Mode In React (vite)
- 3 How to Correctly Concatenate Strings in MySQL?
- 4 How to Place Two Divs Side by Side in HTML?
- 5 Why Does PostgreSQL Integer Division Return Incorrect Results?
- 6 MY First Frontend Challenge: December Edition
- 7 How to Efficiently Accumulate Results from Repeated Calculations in Python?
- 8 Composite vs. Surrogate Primary Key in Many-to-Many SQL Tables: Which is Better?
- 9 How to Generate All Unique Permutations of an Array, Including Handling Repeated Elements?
- 10 How to Assign Sequential Numbers to Rows in MySQL Using a Single SQL Command?
- 11 Caves Of Qud: How To Get Neutron Flux
- 12 How to Convert SQL SELECT Results to JSON Using SQL Server Functions?
- 13 How Can I Generate Random Colors for a Polyline in JavaScript?
- 14 Top Python API Frameworks with OpenAPI Support
- 15 How to Correctly Explicitly Specialize a Member Function of a Class Template?
Latest Tutorials
-
- Go language practical GraphQL
- 2373 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3789 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2014 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2793 2024-03-29
Now if you are planning to learn Ext JS, you should say goodbye to using plain JavaScript. JavaScript is a great, excellent language, but as web applications get larger and larger, our code becomes increasingly difficult to maintain, which is very difficult and time-consuming.
Ordinary JavaScript is very flexible, which has many advantages. At the same time, it will also bring many problems. As your application becomes larger and larger, more and more people will participate. Ordinary JavaScript can be written by 10 people. There will be 10 different styles. There are often some codes that only the person who wrote the code knows why they were written that way. If this person is no longer responsible for this function, it will become a trap for future generations. Therefore, constraints and specifications on the code are very necessary. This is why I have always liked ExtJS. ExtJS writes code just like Java, very rigorous and very object-oriented. The disadvantage is that it is relatively heavyweight among front-end JS libraries and has a relatively steep learning curve.
When it comes to JavaScript frameworks, there are client-side JavaScript frameworks as well as server-side JavaScript frameworks. Ext JS is a client-side JavaScript framework.