You are on page 1of 1

CHAPTER 6

General Blazor
In the last three chapters, we have covered each type more specifically. In
this chapter, we will look at several things that can be very useful for any
Blazor type.

I nteracting with JavaScript
While Blazor can access many things directly, for some cases you will
still need JavaScript. Fortunately for us, Blazor allows us to interact with
JavaScript in a very simple way. This can be useful to access storage, deal
with files, and access JavaScript libraries.

© Taurius Litvinavicius 2019 113


T. Litvinavicius, Exploring Blazor, https://doi.org/10.1007/978-1-4842-5446-2_6

You might also like