Chapter 3. Componentizing
Our app has lifted off and taken flight — Hooray! We’re going to continue our adventure of learning Blazor by scrutinizing code. In this chapter, you’ll learn how to author Blazor components and various data-binding approaches. Now that you’re familiar with how the app starts, we’ll evaluate the default route of the app. This just so happens to serve the Index.razor file, which is the home screen for the app. You’ll learn how to limit what a user has access to, by protecting components with declarative attributes and security-semantic hierarchies. You’ll see native JavaScript geolocation
services in use with JavaScript interop. As part of this chapter, you’ll also learn about some of the peripheral services and supporting architecture that the Blazor app relies on, such as; the “Have I Been Pwned” service and Open Weather Map APIs.
Design With The User In Mind
All graphical-based applications have users, but not all applications prioritize the needs of their ...
Get Learning Blazor 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.