5
Creating Advanced Blazor Components
In the last chapter, we learned all the basics of creating a component. This chapter will teach us how to take our components to the next level.
This chapter will focus on some of the features that will make our components reusable, which will enable us to save time and also give us an understanding of how to use reusable components made by others.
We will also look at some built-in components that will help you by adding additional functionality (compared to using HTML tags) when you build your Blazor app.
In this chapter, we will cover the following topics:
- Exploring binding
- Actions and EventCallback
- Using RenderFragment
- Exploring the new built-in components
Technical requirements
In this chapter, we ...
Get Web Development with Blazor - Second Edition 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.