JavaScript Interoperability
摘要
Sometimes, there is just no escape from using _JavaScript_. For example, Blazor itself uses JavaScript to update the browser’s _DOM_ from your Blazor components. In this chapter, you will look at interoperability with JavaScript, and as an example, you will build a Blazor component library to display a map using a popular open source JavaScript library. This chapter does require you to have some basic JavaScript knowledge.