Summary
In this chapter, we looked at some of the Blazor WebAssembly-specific things in Blazor. For the most part, we can reuse components in both Blazor Server and Blazor WebAssembly, and we can speed up WebAssembly by using what we learned in this chapter.
We also looked at native dependencies, opening up the possibilities to reuse other libraries and mixing languages. If our application doesn’t need to support both scenarios, we can use WebAssembly to the fullest.
In the next chapter, we will examine source generators.