index.html
UI5 is bootstrapped relatively in the index.html file.The bootstrapping tag data-sap-ui-async="true" in the index.html file loads the modules for all declared libraries asynchronously. This way the files are retrieved in parallel which speeds up the loading of the background processes and speeds up the whole app too.
All UI assets are encapsulated in a component that is instantiated from our index.html page.
Components are independent and reusable parts used in UI5 applications. The component configuration is stored in the manifest.json – the so-called application descriptor.
No hay comentarios:
Publicar un comentario