The App Frontend

The frontend of an app is concerned mainly with data visualization and user interaction. Frontend code:

  • Always runs in a web browser.
  • Gets access to the data in an iModel by making requests on a backend.
  • May use the display system to visualize the contents of an iTwin.

The following app configurations are supported:

See the app architecture overview for more on app structure.

An app's frontend always implements its own frontend script and resources.

An app's frontend will often depend on npm packages to help implement its GUI.

An app's frontend script requires the @itwin/core-frontend npm package. The common packages will also be required.

These packages provide the following services:

Web browser compatibility

See Supported Platforms Page

Last Updated: 21 November, 2022