Summary
In this, the final chapter of this book, we learned about creating some more features in the app we built. Those features will help you recap what we have learned and enable you to use the project we have built as a reference for your future work. You should by now know what else you can do with Blazor, such as mobile development with MAUI and real-time applications. In addition to some open source UI frameworks for Blazor that you can rely on while building your own apps, you also have some project ideas if you would like to do something cool on your own.
With these topics covered, you should have gained the following:
- A better understanding of the
BooksStore
project - Knowledge of what else Blazor allows you to do, such as mobile development and more
- Knowledge of third-party packages and frameworks that accelerate your development
- Ideas to help you get started with building your first project
That’s all! Congratulations on making it this...