JavaScript Two-Way Interop

preview_player
Показать описание
In this session we will cover how you can use custom JavaScript within your Blazor components.

Рекомендации по теме
Комментарии
Автор

Nice video. I really hope that there will not be a need for JS interop in the future though, and I can just use .NET code to do everything. I guess the biggest hurdle to take there is manipulating the DOM with Blazor once it has loaded and how that will fit in the frames Blazor uses to update the DOM.

wpaap
Автор

The complexity of file upload with Blazor seems prohibitive. I hope we can simply mix regular html forms with Blazor to avoid working around a problem that is otherwise dead simple.

bobcrowley