Creating Blazor 3 Components
Building a Blazor app is building components. This course is essential for gaining a good understanding of components.
What you'll learn
Blazor is an excellent framework to write single-page applications while using just C# as the programming language. In this course, Creating Blazor Components, you will learn how to write both simple and more advanced Blazor components. First, you will learn how to write a basic component using one-way data binding and events. Next, you will discover the more wondrous capabilities of Blazor, like creating your own events, using chained binds, and you will dive into cascading values and lifecycle methods. Finally, you will explore how to create templated components enabling component re-use to the max. When you're finished with this course, you will have the skills and knowledge to create awesome components in Blazor for any application type.
Table of contents
- Introduction 1m
- Preparing a New Component 2m
- Applying the Parameter Attribute 2m
- Rendering Conditionally 2m
- Injecting Objects and Initializing Properties 3m
- Lifecycle Methods 4m
- Preserving Elements with @key 3m
- Two-way Databinding with @bind 6m
- Calling Back with EventCallback 4m
- Working with Chained Binds 4m
- Binding Input Components 2m
- Attribute Splatting 2m
- Cascading Values 5m
- Referencing Components with @ref 1m
- Summary 1m