The right choice
Research
You can see a re-cap of my research hereNATIVE
Blazor framework let you work in the most native way with backend code, right in your frontend.Easily combined with HTML and CSS to create a powerful and standardized UI
NO CONVERSION
The first framework that shows you the data without converting it.Work DRY
Working with blazor means you can program DRY (Don't Repeat Yourself)COMPONENTS
You create (razor) components to store your content and functionality.Add that as a tag on the page or use it as a page itself. You can influence behavior with parameters.
By creating these re-useble components is it for architectural, development and maintenance the most smart way to work.
Now you can work without JS 'libraries'.