你的位置: 码友网首页 / 资讯源列表 / Wrapping JavaScript libraries in Blazor WebAssembly/WASM

关于[Wrapping JavaScript libraries in Blazor WebAssembly/WASM]的摘要:

Blazor WebAssembly is one of the newest front-end frameworks on the block. It enables you to write frontend in C# and makes it possible to use many of the .NET libraries that you already know. Most websites use some JavaScript libraries that make it easier to make complex animations, self-aligning components, or other dynamic interactions. People are already working on making libraries that make it easy to add complex features to your website using Blazor as well. But for now, you might still be missing a way to do that one thing that some JavaScript library does when working with Blazor. You could reimplement that feature in Blazor WebAssembly from the ground up, but that might be a lot of work. In this article, we will show how you can wrap a JavaScript library in Blazor and thereby getting that one feature into Blazor WebAssembly.

原文地址: https://blog.elmah.io/wrapping-javascript-libraries-in-blazor-webassembly-wasm/

收录时间: 2020-09-23 浏览量: 1339 分类: Blazor

| 0 收藏 | 0