Hacker News new | ask | show | jobs
by defrex 1870 days ago
Perhaps Flutter. It uses Canvas to render in the web.

https://flutter.dev/

1 comments

Flutter web can use both DOM and Canvas, but the default is Canvas. I haven't to this day seen any disadvantages of using Canvas though, possibly speed on slow mobile devices.