The SAPUI5 framework provides built-in support for application modularization. That is, instead of defining and loading a large bundle of JavaScript code, an application can be split into smaller parts that can then be loaded at runtime when they are needed.
Watch the video to understand important features of this modularization concept.
For details, see the API Reference in the Demo Kit and the example in the following section.