Y
Hacker News
new
|
ask
|
show
|
jobs
by
satvikpendem
722 days ago
I mean, you can use any compile to WASM language and framework like Flutter, Rust, .NET, all of which have their own UI libraries.
1 comments
xigoi
722 days ago
But then the UI will be rendered on a canvas instead of using the DOM, which is awful for accessibility.
link
satvikpendem
722 days ago
Not all of them are canvas based, some like Dioxus render HTML and CSS.
link