Part 2: App Parts and Features
In this part, you will discover the parts and features for developing a complete SPA in Blazor WebAssembly. You will learn about navigation, how to build and validate forms, how to develop custom input components, and how to utilize JavaScript in your Blazor apps. In addition to this, you will learn about state management and how to consume REST APIs from your Blazor client-side app, and then we will deep-dive into authentication and authorization in Blazor. Finally, you will learn how to reliable apps by performing efficient error handling.
This part has the following chapters:
- Chapter 4, Navigation and Routing
- Chapter 5, Capturing User Input with Forms and Validation
- Chapter 6, Consuming JavaScript in Blazor
- Chapter 7, Managing Application State
- Chapter 8, Consuming Web APIs from Blazor WebAssembly
- Chapter 9, Authenticating and Authorizing Users in Blazor
- Chapter 10, Handling Errors in Blazor WebAssembly
...