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