-
Book Overview & Buying
-
Table Of Contents
Web Development with Blazor - Fourth Edition
By :
In this chapter, we learned how we can handle state in our application and how we can use local storage to store data. We also made sure to include SignalR to be able to use real-time communication with the server.
Almost all applications need to save data in some form. Perhaps it can be settings or preferences. The things we covered in the chapter are the most common ones, but we should also know that there are many open-source projects we can use to persist state. I personally prefer the components to load state from a database when needed, be self-contained, and not have to rely on state coming from or being somewhere else. This approach has served me well in the past.
In the next chapter, we will take a look at debugging. Hopefully, you haven't needed to know how to debug yet!
Scan the QR code (or go to packtpub.com/unlock). Search for this book by name, confirm the edition, and then follow the steps on the page.


Note: Keep...