News

Not only can you integrate JavaScript with Blazor, that integration provides a strategy for moving your existing pages to Blazor without having to rewrite your existing JavaScript code.
I have a page with a number of fields available to input data. In the event the user has more data than is initially printed to the page, I have a button set up to add more fields to the page. It ...