Microsoft announced the experimental
release of Blazor 0.5.0 early last week. With this release all
the UI interactions will be over SignalR. New features which are part of this release are:
- Server-side Blazor
- Startup model aligned with ASP.NET Core
- JavaScript interop improvements
- Removed requirement to preregister JavaScript methods
- Invoke .NET instance method from JavaScript
- Pass .NET objects to JavaScript by reference
- Add Blazor to any HTML file using a normal script tag
- Render raw HTML
- New component parameter snippet
- Early support for in-browser debugging
Comments
Post a Comment