Part 3: Optimization and Deployment
In this part, you will learn how Blazor works under the hood and how to take advantage of that to make your apps as efficient as possible, in addition to learning all the different techniques to make your app lighter and faster. After that, you will learn about component unit testing using bUnit and how to develop bulletproof components. Finally, you will learn about another Blazor WebAssembly hosting model, ASP.NET Core Hosted, and how to publish your app to the cloud.
This part has the following chapters:
- Chapter 11, Giving Your App a Speed Boost
- Chapter 12, RenderTree in Blazor
- Chapter 13, Testing Blazor WebAssembly Apps
- Chapter 14, Publishing Blazor WebAssembly Apps
- Chapter 15, What’s Next?