to initComponent() or not to initComponent()

If you do not have a deep understanding of how ExtJS class system work, you may want to follow this: Declare all non-primitive types in initComponent(). Terminology Primitive types – strings, booleans, integers, etc. Non-Primitives – arrays & objects. Explanation If the component you extend is to be created more than once, any non-primitive configs … Read more