What is the professionally accepted way to manipulate the DOM with Blazor? Is it JSInterop or some other Blazor method?
All I am trying to accomplish is to dynamically add a new DIV
to my UI.
All I am trying to accomplish is to dynamically add a new DIV
to my UI.