Why Use JavaScript?
Learn why we need to use JavaScript with Blazor.
We'll cover the following...
Why use JavaScript?
With Blazor WebAssembly, we can create complete applications without directly using JavaScript. However, we may need to use JavaScript because there are some scenarios that we cannot accomplish without it. Without JavaScript, we can’t manipulate the DOM or call any of the JavaScript APIs that we rely on for web development.
This is a sample of the things that we do not have access to directly from the Blazor WebAssembly ...