<DeploymentInitializing />
The <DeploymentInitializing /> component is the structural inverse of <DeploymentInitialized />. It mounts its React children exclusivey while the core Wacht <DeploymentProvider /> is actively booting up and attempting to resolve the user’s encrypted session state.
The exact millisecond the SDK finishes its initialization sequence, this component unmounts its children seamlessly.
Import
Usage
This component was engineered specifically to allow developers to render cohesive, overarching application skeletons, spinners, or splash screens on initial page load. It forms a perfect pair with<DeploymentInitialized /> to guarantee that users never see unstyled HTML nodes, unpopulated data grids, or brief flashes of incorrect layouts during the millisecond gap before session resolution completes.
