What’s Next?
The journey of Mastering Blazor WebAssembly has come to an end. We have gone from explaining what Blazor WebAssembly is all the way to having an app running on Azure that is available for public access.
We have covered all the main topics that you may need in your day-to-day work with Blazor, but that is not everything; Blazor still has a lot to offer and explore.
This chapter will begin with a review of the additional components and functionalities that we have added to the book’s project to help you consolidate your learning and use it to create more components and features for real-world applications. After that, we will briefly explore some other possibilities with Blazor and the next steps you can take from here.
This chapter will cover the following topics:
- Discovering more components and features in the book’s project
- Using Blazor WebAssembly for mobile and desktop development
- Building Real-time applications with Blazor...