WebAssembly is one of the newest technologies to hit the web dev world with some promising new features around performance and expanding the boundaries of web languages. We’ll take a look at using it with Blazor to allow .NET developers to create a SPA.
The TelerikWindow UI component of Telerik UI for Blazor makes it easy for you to create sophisticated SPA user interfaces that combine multiple views into a single page.
As useful as the individual Blazor UI Components are, it’s when you use them together that they start to pay off. Here’s a highly extensible single page application created by combining the TelerikGrid, the TelerikTabStrip, the TelerikTab, and the TelerikCommandButton.
Should we rewrite native UI components or reuse existing JavaScript UI components? We compare native Blazor components to wrapped JavaScript components by understanding how Blazor works, including what native vs. interop means and more.