© Taurius Litvinavicius 2019
T. LitvinaviciusExploring Blazorhttps://doi.org/10.1007/978-1-4842-5446-2_4

4. Blazor Client-side

Taurius Litvinavicius1 
(1)
Jonava, Lithuania
 

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.

In this chapter, we will learn
  • 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.

Program and Startup

As usual, ...

Get Exploring Blazor: Creating Hosted, Server-side, and Client-side Applications with C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.