Video description
- Create Blazor components as building blocks for reusing code
- Share components between projects using component libraries
- Build complex component hierarchies with cascading parameters
- Construct templated components that can be re-used in different scenarios
- Implement the popular View/ViewModel pattern for Blazor components
- Share data between different components and make them sync
- Optimize your code using a component’s life-cycle hooks
Table of contents
- Overview 00:02:40
- Building Your First Blazor Component 00:03:50
- Component Communication, Parent to Child 00:05:21
- Component Communication, Child to Parent 00:07:29
- Splitting the View and ViewModel 00:09:27
- Referring to a Child Component 00:07:20
- Component Initialization 00:06:29
- Component Life-Cycle 00:08:03
- Component Libraries 00:06:38
- Cascading Properties 00:03:21
- Templated Components 00:04:18
- The Blazor Compilation Model 00:02:31
- Ending Summary 00:02:01
Product information
- Title: Building Blazor Components: Web Pages with C# Instead of JavaScript
- Author(s):
- Release date: December 2019
- Publisher(s): Apress
- ISBN: 9781484256725
You might also like
video
Getting Started with ASP.NET Core 3.0 Blazor: Framework Fundamentals for Full-stack Web Development Without JavaScript
This video will teach you Blazor, a new web development framework from Microsoft now available with …
book
Building Single Page Applications in .NET Core 3: Jumpstart Coding Using Blazor and C#
Attention .NET developers who no longer want to use JavaScript for your front end. Quickly and …
video
Practical Blazor Debugging: Debugging Blazor WebAssembly Applications with Visual Studio and Blazor Server-Side Features
This video shows how to improve Blazor’s debugging experience by structuring applications to be easily moved …
book
Exploring Blazor: Creating Hosted, Server-side, and Client-side Applications with C#
Build and develop web applications with Blazor in C#. This book will cover all three types …