Skip to content

Fellow Csla Developers and Javascript #1629

Discussion options

You must be logged in to vote

Right now WebAssembly doesn't support direct DOM interaction. This may happen in the future, but doesn't appear to be a high priority for the wasm team.

Microsoft and Blazor can't do anything beyond what wasm supports, so unless the wasm spec someday includes direct DOM interaction that's not going to happen.

mono-wasm does have interop with JavaScript, as I'm sure you've discovered. So you can have js call C# and C# call js. This is how the entire Blazor UI frame work is implemented.

Also, you should be aware that there are tons of people (commercial products and OSS) building Blazor components. It may be that something you need already exists out there. Or not, in which case you'd have …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JacoJordaan
Comment options

Answer selected by Chicagoan2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants