We are developing a application using Javascript MVC.While designing the application, we designed the each module of the application as a separate application using packaging.
For Example, 'Mainapp' is the root application and 'app1','app2' and 'mainapp' are modules for the 'Mainapp'.Each modules are loaded on demand using steal.
Please let us know whether our approach corret or not?. Is there any better way to handle same scenarion.
Please find the sample application URL below