Add Blazor with .NET on Web Workers article#36378
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new Blazor-specific article about using .NET on Web Workers and updates the existing React-focused article to clarify its scope. The changes enable better documentation organization by separating Blazor and React implementations while maintaining cross-references between them.
Key changes:
- New article explaining Web Workers integration in Blazor WebAssembly apps with QR code generation example
- Updated React article description and sample references to clarify React-specific focus
- Changed CLI sample creation from
-n|--nameto-o|--outputparameter for consistency
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| aspnetcore/blazor/blazor-with-dotnet-on-web-workers.md | New comprehensive article demonstrating Web Workers in Blazor WebAssembly with code examples for QR generation |
| aspnetcore/client-side/dotnet-on-webworkers.md | Updated to clarify React-specific focus, fixed sample app name, changed CLI parameter from -n to -o |
| aspnetcore/toc.yml | Added TOC entry for new Blazor Web Workers article under WebAssembly section |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
I don't have any preference, I didn't even notice that. You're right that |
|
@danroth27 ... I haven't heard back if you want to look at this one. I'll hold it until later today (Monday) to give you a chance to look. If you end up having post-merge feedback, I'll place a patch PR. |
Fixes #36370
Ilona ...
-o|--outputfor sample creation.-n|--namewas in the raw content and used for the React article. I'm moving both to-o. Let me know if you think that's a poor choice. I know-ocreates the folder and names the app. I thought-nonly names the app. Truthfully tho, I only really ever used-o.Internal previews