Summary
In this chapter, we learned about calling JavaScript from .NET as well as calling .NET from JavaScript. In most cases, we won’t need to do JavaScript calls, and chances are that the Blazor community or component vendors have solved the problem for us.
We also looked at how we can port an existing library if we need to.
In the next chapter, we will continue to look at state management.