Learn about different ways to manage complex state in Blazor web applications, including by fetching data in the OnInitialized lifecycle method and by handling global state with a library like Fluxor.
Learn about the new render modes in .NET 8, including ServerInteractivity, WebAssemblyInteractivity, AutoInteractivity and static server-side rendering (SSR).
Globalization helps an application work across cultures, allowing for differences like number or date formatting to work with the user’s default settings. We will learn how to globalize a Blazor application using built-in .NET classes.