Skip to content

Commit 4eadbd0

Browse files
authored
Update BWA feature tracking notes (#35659)
1 parent 77a17db commit 4eadbd0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

aspnetcore/blazor/components/js-spa-frameworks.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ This article covers how to render Razor components from JavaScript, use Blazor c
1717
> [!NOTE]
1818
> We recommend using the `blazor.server.js` (Blazor Server) and `blazor.webassembly.js` (Blazor WebAssembly) scripts when integrating Razor components into an existing JavaScript app until better support for the `blazor.web.js` (Blazor Web App) script is added in the future. For more information, see [RegisterCustomElement stopped working in Blazor 8 (`dotnet/aspnetcore` #53920)](https://github.com/dotnet/aspnetcore/issues/53920#issuecomment-2261507850).
1919
20-
<!-- DOC AUTHOR NOTE: The `blazor.web.js` (Blazor Web App) portions of
20+
<!-- UPDATE 11.0 - The `blazor.web.js` (Blazor Web App) portions of
2121
this article have been commented out for the time being to
22-
facilitate reconstituting the guidance later when support lands. -->
22+
facilitate reconstituting the guidance later when support lands.
23+
It was under consideration for .NET 10 on
24+
https://github.com/dotnet/AspNetCore.Docs/issues/35653, but
25+
it didn't make the cut and was backlogged. -->
2326

2427
## Angular sample apps
2528

26-
<!-- UPDATE 10.0 Add migration instructions -->
29+
<!-- UPDATE 10.0 Add migration instructions for 9.0 to 10.0 -->
2730

2831
* [CustomElementsBlazorSample (Blazor Server) (`javiercn/CustomElementsBlazorSample`, branch: `blazor-server`)](https://github.com/javiercn/CustomElementsBlazorSample/tree/blazor-server): Blazor Server is supported in .NET 8/9. To migrate this .NET 7 sample, see <xref:migration/70-to-80#update-a-blazor-server-app> and <xref:migration/80-to-90>.
2932
* [CustomElementsBlazorSample (Blazor WebAssembly) (`javiercn/CustomElementsBlazorSample`, branch: `blazor-wasm`)](https://github.com/javiercn/CustomElementsBlazorSample/tree/blazor-wasm): To migrate this .NET 7 sample, see <xref:migration/70-to-80#update-a-blazor-webassembly-app> and <xref:migration/80-to-90>.

0 commit comments

Comments
 (0)