Chapter 9: Building an Expense Tracker Using the EditForm Component

Most applications require some data input. The Blazor WebAssembly framework includes many built-in components for inputting and validating data.

In this chapter, we will learn how to use the EditForm component, the various built-in input components, and the built-in input validation components.

The project that we'll create in this chapter will be a travel expense tracker. We will use a multi-project architecture to separate the Blazor WebAssembly app from the ASP.NET Web API endpoints. The page used to add and edit expenses will use the EditForm component as well as many of the built-in input components. It will also use the built-in validation components. We will learn how ...

Get Blazor WebAssembly by Example 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.