Technical requirements
The barrier of entry to that chapter is not high. You’ll need the following tools:
- A modern IDE (that supports Blazor development)
- .NET 9 installed on your development machine
- A modern web browser (one that supports Web Assembly and has DevTools)
- A bare-bone Blazor project (where you’ll write your code)
You can find all the examples and data samples referenced in the following recipes in a dedicated GitHub repository at: https://github.com/PacktPublishing/Blazor-Web-Development-Cookbook/tree/main/BlazorCookbook.App.Client/Chapters/Chapter05. In each recipe that needs any samples, I will also point you to the directory where you can find them.