Search⌘ K
AI Features

Starting with Modules

Explore how to organize your Marionette.js application by refactoring code into modular sub-applications. Understand the strategy for separating general app code, entity modules, and sub-application modules to improve scalability and maintainability.

While building our app, we’ve simply been putting the code into index.html so far.

Refactor the code using

...