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