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: 2991162 |
Download: 157 |
Latest Downloads
Horror Beat Phase Maker
Himalayan Children
Zebra AI
Supermarket Manager Simulator
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
24 HoursReading Leaderboard
- 1 Call Of Duty: Black Ops 6 Zombies - Every Hidden Easter Egg On Shattered Veil
- 2 The First Berserker: Khazan - Hismar Boss Guide
- 3 Infinity Nikki: Wish Carnival Party Event Guide
- 4 5 Best Power Automate Flows for Windows 11
- 5 I Use Google Keep Daily, and These 5 Features Deserve More Attention
- 6 How to cure sickness in inZOI
- 7 Your Samsung Phone Is Getting One UI 7—Here Are My 6 Favorite Features
- 8 Assassin's Creed Shadows Nobutsuna's Students locations
- 9 Assassin's Creed Shadows Yamabushi Imposters locations
- 10 Samsung's One UI 7 Has Changed How I Feel About Default Android Launchers
- 11 Fix Windows Search Bar Crashing Within Steps
- 12 Smart Zoi: How to enable inZOI's advanced character AI (and whether you should)
- 13 How to Show Hidden Partition Using CMD & CMD Alternatives
- 14 How to Fix Helldivers 2 Black Screen on Startup
- 15 Fix GPU Driver Version Does Not Meet the Minimum Requirements
Latest Tutorials
-
- Go language practical GraphQL
- 3106 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4447 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2431 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 3152 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.
