Technical requirements
In this chapter, you will start building your 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 ch4
folder, and the finished chapter in ch5
.
You can find the source code for this chapter's end result at https://github.com/PacktPublishing/Web-Development-with-Blazor/tree/master/Chapter05.