In the previous chapter, we have covered a type of Blazor that runs your front-end logic on the server; in this case, we will cover a type that runs directly in the browser.
Startup of the app
How to clean up the template
Components
Reusing and removing components
Default Template Overview
We will now look at the default template and understand how the client-side Blazor works. You will find some interesting differences between this one and the server-side template, as well as you will learn how to customize things when needed.