Creating a single-page application is crucial if you want to develop an application with a well-performing and productive user experience. But it can be complicated and hard to maintain if you do not approach the development correctly.
Blazor can support you by providing all the necessary tools to create a successful application, as I describe in this chapter. Still, it is essential when designing your application to use the appropriate patterns and choose the correct tools in the right places.
Starting with the components, the core of all modern ...