Technical requirements
In this chapter, we will start building our components. For this, you’ll need the code we developed in Chapter 4, Understanding Basic Blazor Components. You are good to go if you have followed the instructions in the previous chapters. If not, then make sure you clone/download the repository. The starting point for this chapter can be found in the chapter04
folder, and the finished chapter
is in chapter05
.
You can find the source code for this chapter’s result at https://github.com/PacktPublishing/Web-Development-with-Blazor-Third-Edition/tree/main/Chapter05.