Creating Ext JS Applications with coon.js
This is an article series on coon.js, a framework for rapid Ext JS Application building with the help of pluggable packages and instance configurations.
A lot of the tools and functionality was implemented in and refactored from conjoon into this project. Some more side projects have evolved over the time from this, such as delorean or a Dependency Injection Container to replace the Service Locator: Both articles can be found under their given url and are not part of this particular article series.
📄️ Part 1: Introduction
An introduction to the coon.js-Framework
📄️ Part 2: Packages and Configuration Options
Managing and loading packages
📄️ Part 3: Configuration Details and defining Plugins
Managing and configuring Plugins
📄️ Part 4: Registering services and using the Service Locator
Defining Services for Ext JS Applications