One of the new features in .NET 5 for Blazor is isolated JavaScript by @engstromjimmy engstromjimmy.se
It means that you can have JavaScript that is only for a specific component.
It is also a fantastic way for component developers to include JavaScript into their libraries so the developers using their library will not have to add the JavaScript themselves.
Leave Your Comment