Book Image

Learning Ext JS_Fourth Edition

Book Image

Learning Ext JS_Fourth Edition

Overview of this book

Table of Contents (22 chapters)
Learning Ext JS Fourth Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we talked a bit about some useful resources you can refer to learn more about Sencha Ext JS 5, and expand your knowledge about this framework. If you have understood the basics, you will manage to accomplish great things.

Keep in mind that this framework is not plain JavaScript but a mix of many things, such as HTML5, CSS, DOM manipulation, SASS, and so on. You also need to understand the basics in order to know how to manipulate things around the framework. You can create plugins, new components, and wrappers for other scripts, and do much more.

Personally, I recommend that you take a look at the source code in order to understand the internals and also see how things work so that you can build more advanced things. Compared to other frameworks (such as Angular JS), this one may be hard to understand at the beginning, but it's definitely more powerful. So keep practicing and testing, and happy Ext JS 5 coding!