Summary
In this chapter, we got the development environment up and running, and we created our first Blazor app for both Blazor WebAssembly and Blazor Server. You learned in what order classes, components, and layouts are called, which will make it easier to follow the code. We also covered some of the differences between a Blazor Server project versus a Blazor WebAssembly project.
In the next chapter, we will take a break from Blazor to take a look at managing state and set up a repository that can store our blog posts.