- Client-side Blazor makes use of WebAssembly, which is used to run high-level languages on browsers.
- Necessary .NET WebAssembly-related code and its dependencies are downloaded to the browser, and the app is executed directly on the browser UI thread.
- All UI updates and event handling occur within the same process.
Share with