Session
Creating Custom Blazor Components and JavaScript Interaction
Blazor allows you to create high performance, visually rich business applications with minimal JavaScript. However, there will be times where you need to create custom JavaScript interactions for advanced functionality or to consume existing libraries.
In addition, enterprise Blazor applications may require custom components to provide for code re-use and speed development.