Using JS in Blazor – Asp.net
Currently, I'm assessing viability of Blazor for our projects and I want to better understand JavaScript's role in a Blazor project. Microsoft documentation states the following: Only mutate the Document Object Model (DOM) with JavaScript (JS) when the object doesn't…