Search⌘ K
AI Features

The About Sub-Application

Explore adding a new About sub-application to your Marionette ContactManager by creating static views and implementing routing. Understand how to define templates, views, controllers, and enable switching between sub-applications using URL fragments. This lesson helps you extend modular applications with additional components and navigation.

Since we want to learn about switching sub-applications, we’ll need to add another sub-application to our ContactManager application in addition to our ContactsApp. Our new sub-application will be the AboutApp. All it will do is display a static message at the ...