April 2024
Intermediate to advanced
366 pages
7h 15m
English
In this chapter, we will go deeper into technologies that are only relevant for Blazor WebAssembly.
Most things in Blazor can be applied to Blazor Server and Blazor WebAssembly. Still, since Blazor WebAssembly runs inside the web browser, we can do some things to optimize the code and use other libraries that we can’t use server-side.
We will also look at some common problems and how to solve them.
In this chapter, we will cover the following:
Some parts of this chapter are a great opportunity to follow ...
Read now
Unlock full access