Microfrontend Bootstrapping

Overview

Bootstrapping a Microfrontend involves setting up the initial structure and configuration for a Microfrontend application. This process typically includes creating the necessary directories, installing dependencies, and configuring the build tools to ensure that the Microfrontend can run independently and integrate with other Microfrontends or a shell application.

This document aims to explain the details related to Microfrontend’s content bootstrapping. Depending on the content’s type and expose method, there are different requirements needed to be fulfilled to ensure the content is loaded correctly by OneCX platform elements. This topic is highly related to Microfrontend content loading and Microfrontend configuration with Webpack. It is recommended to be familiar with those before reading this document.