Technical requirements
Despite the fact that this chapter focuses mainly on JavaScript, no prior knowledge of JavaScript is required to proceed, as we only use basic JavaScript code and make sure to follow it with explanations. The code used throughout this chapter is available from the book’s GitHub repository:
https://github.com/PacktPublishing/Mastering-Blazor-WebAssembly/tree/main/Chapter_06/ChapterContent
The final cleaned version of the code can be found at the following link:
https://github.com/PacktPublishing/Mastering-Blazor-WebAssembly/tree/main/Chapter_06/Final