Blazor WebAssembly – Blazor allows the frontend logic and development to run directly in the browser via C#, HTML, and CSS, instead of on a client server in a backend language . WebAssembly is based on Open Web Standards, meaning that there is no need to install extra-plugins.
Read moreCan I use Blazor in production?
Yes, Blazor is ready to be used in production , it is a life changer, Blazor is a framework that optimizes development speed, helps considerably reducing code duplication and inconsistencies between front-end and api/backend models, and in turn it helps reducing bugs and development costs, in top of that, since Blazor …
Read moreIs Blazor a future?
If you were considering a Windows desktop application (built on something like WPF), Blazor is a more future-forward choice . But if you’re a business building modern, public web applications, there’s very little chance you’ll recommend a client start with Blazor today.
Read moreHow do you manage your state in Blazor?
In summary Simple apps only need simple state management! The three primary options for getting state into your Blazor components are: Let each component fetch its own state . Pass state in via parameters .23 Haz 2020
Read more