State Management in Blazor
Friday, Aug 8
9:00 AM - 10:00 AM
Junior Ballroom A
Description
Blazor is a powerful .NET UI framework offering developers the power to create rich, interactive web applications. However, one challenge that faces many new Blazor developers is the lack of a clear pattern for managing the state of their data. In this session, we will dive deep into the Razor Component lifecycle and explore essential state management patterns that keep your data clean, your business logic encapsulated, and your UI consistent. Learn to prevent unwanted render cycles and avoid potential performance pitfalls, lost data, or exceptions.