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

But then the UI will be rendered on a canvas instead of using the DOM, which is awful for accessibility.
Not all of them are canvas based, some like Dioxus render HTML and CSS.