diff --git a/aspnetcore/blazor/hosting-models.md b/aspnetcore/blazor/hosting-models.md index 0b84aa85dd6c..ab0408face71 100644 --- a/aspnetcore/blazor/hosting-models.md +++ b/aspnetcore/blazor/hosting-models.md @@ -107,8 +107,8 @@ A Blazor WebAssembly app built as a [Progressive Web App (PWA)](xref:blazor/prog The Blazor script handles: -* Downloading the .NET runtime, Razor components, and the component's dependencies. -* Initialization of the runtime. +* Downloading the .NET runtime, Razor components, and dependencies. +* Runtime initialization. The size of the published app, its *payload size*, is a critical performance factor for an app's usability. A large app takes a relatively long time to download to a browser, which diminishes the user experience. Blazor WebAssembly optimizes payload size to reduce download times: diff --git a/aspnetcore/blazor/includes/js-interop/js-collocation.md b/aspnetcore/blazor/includes/js-interop/js-collocation.md index 4170582bf5cc..8804b10bf555 100644 --- a/aspnetcore/blazor/includes/js-interop/js-collocation.md +++ b/aspnetcore/blazor/includes/js-interop/js-collocation.md @@ -152,6 +152,9 @@ export function showPrompt2(message) { } ``` +> [!IMPORTANT] +> Don't place a `